summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ronny Schmatzler2016-01-06 01:25:26 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:22 +0100
commit6219f6324676e9de17ccbaf384cbe96c8b6f6b7e (patch)
tree27343209a1699b152bd415a477e0a4922de67e20
parent90b3cc2bc7c19edcef05a1fc019e7809490f681d (diff)
downloadslackbuilds-6219f6324676e9de17ccbaf384cbe96c8b6f6b7e.tar.gz
network/pidgin-whatsapp: Updated for version 0.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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"