mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/XnViewMP: Fixed version, allow i686.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f74811213b
commit
2887faaf4e
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue