diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-07-31 20:31:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-05 07:07:27 +0700 |
commit | 2887faaf4e1e5415d1db73c6f6acf5667b7a28f6 (patch) | |
tree | 70e60318d5445ff03c492514deb891fe77b3e3e2 /graphics | |
parent | f74811213b228cc7dfd461e3763341bf273a7d3d (diff) |
graphics/XnViewMP: Fixed version, allow i686.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/XnViewMP/XnViewMP.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/XnViewMP/XnViewMP.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/XnViewMP/XnViewMP.SlackBuild b/graphics/XnViewMP/XnViewMP.SlackBuild index b8eb6fefa196..08b0824aaf16 100644 --- a/graphics/XnViewMP/XnViewMP.SlackBuild +++ b/graphics/XnViewMP/XnViewMP.SlackBuild @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -if [ "$ARCH" = "i586" ]; then +if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then PACKAGE_SUFFIX="linux" elif [ "$ARCH" = "x86_64" ]; then PACKAGE_SUFFIX="linux-x64" diff --git a/graphics/XnViewMP/XnViewMP.info b/graphics/XnViewMP/XnViewMP.info index fe302633b90a..48c0e144dc84 100644 --- a/graphics/XnViewMP/XnViewMP.info +++ b/graphics/XnViewMP/XnViewMP.info @@ -1,5 +1,5 @@ PRGNAM="XnViewMP" -VERSION="0.68" +VERSION="0.86" HOMEPAGE="http://www.xnview.com/en/xnviewmp/" DOWNLOAD="http://download.xnview.com/XnViewMP-linux.tgz" MD5SUM="36e1b668e052d5a2b30a120a129cbc80" |