summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/pidgin-whatsapp/pidgin-whatsapp.SlackBuild5
-rw-r--r--network/pidgin-whatsapp/pidgin-whatsapp.info8
2 files changed, 7 insertions, 6 deletions
diff --git a/network/pidgin-whatsapp/pidgin-whatsapp.SlackBuild b/network/pidgin-whatsapp/pidgin-whatsapp.SlackBuild
index 804ef7816e..bebd38de44 100644
--- a/network/pidgin-whatsapp/pidgin-whatsapp.SlackBuild
+++ b/network/pidgin-whatsapp/pidgin-whatsapp.SlackBuild
@@ -7,7 +7,7 @@
# Based on http://slackbuilds.org/template.SlackBuild
PRGNAM=pidgin-whatsapp
-VERSION=${VERSION:-0.8.5}
+VERSION=${VERSION:-0.8.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -44,7 +44,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf whatsapp-purple-$VERSION
-tar xvzf $CWD/whatsapp-purple-$VERSION.tar.gz
+# Make sure sbopkg can extract the original filename
+tar xvzf $CWD/whatsapp-purple-$VERSION.tar.gz || tar xvzf $CWD/v$VERSION.tar.gz
cd whatsapp-purple-$VERSION
chown -R root:root .
find -L . \
diff --git a/network/pidgin-whatsapp/pidgin-whatsapp.info b/network/pidgin-whatsapp/pidgin-whatsapp.info
index 23c54b7b6f..e442c22075 100644
--- a/network/pidgin-whatsapp/pidgin-whatsapp.info
+++ b/network/pidgin-whatsapp/pidgin-whatsapp.info
@@ -1,10 +1,10 @@
PRGNAM="pidgin-whatsapp"
-VERSION="0.8.5"
+VERSION="0.8.6"
HOMEPAGE="https://github.com/davidgfnet/whatsapp-purple"
-DOWNLOAD="https://github.com/davidgfnet/whatsapp-purple/archive/v0.8.5.tar.gz"
-MD5SUM="21ce4824f223f2aa5a7f9665062960ce"
+DOWNLOAD="https://github.com/davidgfnet/whatsapp-purple/archive/v0.8.6.tar.gz"
+MD5SUM="1aff0445ec9960b67082c0992ce21b45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="FreeImage"
MAINTAINER="Ronny Schmatzler"
EMAIL="schmatzler@hirnschwund.net"