diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-09 21:24:47 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 11:34:44 +0700 |
commit | 6be3a41688116045ef9cfcc2c090b37e7c854213 (patch) | |
tree | 2515ac0be11fc40b077332bcc0769b826d7e4477 /graphics | |
parent | 765426f4f386ac5d9e547b0362b2ae2a6f7844f9 (diff) |
graphics/unpaper: Align with template, fix VERSION.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 f9ff3b6c7900..47c3001a6fef 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 a1a652c7a1c0..f0dc6f58850d 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" |