diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-27 03:36:50 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:28 +0700 |
commit | 626814036bdb037b2057e67593ece8bbcc6ac2bd (patch) | |
tree | ba9bbd27bd7df7377b437041b00587983d2ef6f3 /office/djvusmooth | |
parent | e4046b92fa4c7dd27263d5608ed90237d0386ded (diff) |
office/djvusmooth: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/djvusmooth')
-rw-r--r-- | office/djvusmooth/djvusmooth.SlackBuild | 3 | ||||
-rw-r--r-- | office/djvusmooth/djvusmooth.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/office/djvusmooth/djvusmooth.SlackBuild b/office/djvusmooth/djvusmooth.SlackBuild index f4d45a26a7077..25cf3ba2495ba 100644 --- a/office/djvusmooth/djvusmooth.SlackBuild +++ b/office/djvusmooth/djvusmooth.SlackBuild @@ -25,9 +25,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 diff --git a/office/djvusmooth/djvusmooth.info b/office/djvusmooth/djvusmooth.info index fbb2b6f2aa8f0..bcb4a8d8c6118 100644 --- a/office/djvusmooth/djvusmooth.info +++ b/office/djvusmooth/djvusmooth.info @@ -1,6 +1,6 @@ PRGNAM="djvusmooth" VERSION="0.3" -HOMEPAGE="http://jwilk.net/software/djvusmooth" +HOMEPAGE="https://github.com/jwilk/djvusmooth/" DOWNLOAD="https://github.com/jwilk/djvusmooth/releases/download/0.3/djvusmooth-0.3.tar.gz" MD5SUM="efb65f32eabd9c69c5a0a469d0547d04" DOWNLOAD_x86_64="" |