diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/unpaper/unpaper.SlackBuild | 1 | ||||
-rw-r--r-- | graphics/unpaper/unpaper.info | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/unpaper/unpaper.SlackBuild b/graphics/unpaper/unpaper.SlackBuild index f9ff3b6c79..47c3001a6f 100644 --- a/graphics/unpaper/unpaper.SlackBuild +++ b/graphics/unpaper/unpaper.SlackBuild @@ -48,7 +48,6 @@ if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/graphics/unpaper/unpaper.info b/graphics/unpaper/unpaper.info index a1a652c7a1..f0dc6f5885 100644 --- a/graphics/unpaper/unpaper.info +++ b/graphics/unpaper/unpaper.info @@ -1,5 +1,5 @@ PRGNAM="unpaper" -VERSION="7.0" +VERSION="7.0.0" HOMEPAGE="https://www.flameeyes.com/projects/unpaper" DOWNLOAD="https://www.flameeyes.com/files/unpaper-7.0.0.tar.xz" MD5SUM="24be66b049a27b6f841cc7444ceff9cc" |