diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-04-02 10:09:27 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:07 +0700 |
commit | b8b6125e8a191e0eca2fd5b6c28183873a9a888a (patch) | |
tree | a5fe7c9da62da3cf8b6bafe21cc17828f8de665b /network/uTox/uTox.SlackBuild | |
parent | c69f3498375ed916cfff085d39e3bf53bdbd5eaf (diff) |
network/uTox: Use git tarball to match latest c-toxcore
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'network/uTox/uTox.SlackBuild')
-rw-r--r-- | network/uTox/uTox.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/uTox/uTox.SlackBuild b/network/uTox/uTox.SlackBuild index 3554126800106..df451c0ccf5b6 100644 --- a/network/uTox/uTox.SlackBuild +++ b/network/uTox/uTox.SlackBuild @@ -19,8 +19,8 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=uTox -VERSION=${VERSION:-0.16.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.16.1.0git20180402} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -58,7 +58,6 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz cd $PRGNAM-$VERSION -patch -p0 < $CWD/asan_off.diff chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |