diff options
-rw-r--r-- | graphics/qiv/qiv.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/qiv/qiv.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/graphics/qiv/qiv.SlackBuild b/graphics/qiv/qiv.SlackBuild index bae7d3e9d5..0751aaaf72 100644 --- a/graphics/qiv/qiv.SlackBuild +++ b/graphics/qiv/qiv.SlackBuild @@ -45,9 +45,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/graphics/qiv/qiv.info b/graphics/qiv/qiv.info index 1ec4d757ca..71b2b86155 100644 --- a/graphics/qiv/qiv.info +++ b/graphics/qiv/qiv.info @@ -1,7 +1,7 @@ PRGNAM="qiv" VERSION="2.3.2" -HOMEPAGE="http://spiegl.de/qiv/" -DOWNLOAD="http://spiegl.de/qiv/download/qiv-2.3.2.tgz" +HOMEPAGE="https://spiegl.de/qiv/" +DOWNLOAD="https://spiegl.de/qiv/download/qiv-2.3.2.tgz" MD5SUM="e64dd2cbd49f31264f60012e0138549b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |