diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-04-25 10:51:14 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:21 +0700 |
commit | 2d026ee811f13ccedd11f64e2db5734c4d34092c (patch) | |
tree | 1e84b7bd7068019e359ebc044cdbfafc5620395f /network/uTox | |
parent | 139379bce144fae65e09f8bc9528c87954672976 (diff) |
network/uTox: Use new -full tarball
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'network/uTox')
-rw-r--r-- | network/uTox/uTox.SlackBuild | 7 | ||||
-rw-r--r-- | network/uTox/uTox.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/network/uTox/uTox.SlackBuild b/network/uTox/uTox.SlackBuild index f7c9185db572..5680ff5829f3 100644 --- a/network/uTox/uTox.SlackBuild +++ b/network/uTox/uTox.SlackBuild @@ -20,7 +20,7 @@ PRGNAM=uTox VERSION=${VERSION:-0.17.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -56,9 +56,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${PRGNAM}-${VERSION} -tar xvf $CWD/${PRGNAM}-${VERSION}.tar.gz -cd ${PRGNAM}-${VERSION} -tar xvf $CWD/${PRGNAM}ThirdParty-${VERSION}.tar.gz +tar xvf $CWD/${PRGNAM}-${VERSION}-full.tar.gz +cd ${PRGNAM} chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/network/uTox/uTox.info b/network/uTox/uTox.info index 2d7048d17826..6410fd5b68a2 100644 --- a/network/uTox/uTox.info +++ b/network/uTox/uTox.info @@ -1,10 +1,8 @@ PRGNAM="uTox" VERSION="0.17.0" HOMEPAGE="https://github.com/uTox/uTox" -DOWNLOAD="https://github.com/uTox/uTox/archive/v0.17.0/uTox-0.17.0.tar.gz \ - http://sourceforge.net/projects/slackbuildsdirectlinks/files/uTox/uToxThirdParty-0.17.0.tar.gz" -MD5SUM="44b9ce10dcb8a5db75b5f8d7c2208f9e \ - 32228d1e9022920983ab064330145e2f" +DOWNLOAD="https://github.com/uTox/uTox/releases/download/v0.17.0/uTox-0.17.0-full.tar.gz" +MD5SUM="eddb67c2348e66d791512c7662ceb76a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="c-toxcore libfilteraudio check" |