graphics/XnViewMP: Fixed version, allow i686.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-07-31 20:31:46 +01:00 committed by Willy Sudiarto Raharjo
parent f74811213b
commit 2887faaf4e
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"