system/info2man: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4b05e420c3
commit
8f65990506
|
@ -6,6 +6,10 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20210825 bkw: no changes. looked at debian's 1.1-10, but there are
|
||||
# no changes there that apply to us (only apply to debian's package
|
||||
# building tools).
|
||||
|
||||
# 20201102 bkw: update for v1.1_9 (debian's 1.1-9)
|
||||
|
||||
# 20140907 bkw: original site blocks downloads based on user-agent. Host
|
||||
|
@ -22,9 +26,6 @@ BUILD=${BUILD:-1}
|
|||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="info2man"
|
||||
VERSION="1.1_9"
|
||||
HOMEPAGE="https://packages.debian.org/sid/info2man"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1.orig.tar.gz \
|
||||
http://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1-9.debian.tar.xz"
|
||||
DOWNLOAD="https://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1.orig.tar.gz \
|
||||
https://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1-9.debian.tar.xz"
|
||||
MD5SUM="37e9cd74683e1832a4f27ad5c7961a7b \
|
||||
0610fec52815b003df8732d3ab21f0f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue