summaryrefslogtreecommitdiffstats
path: root/audio/ntk/ntk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ntk/ntk.SlackBuild')
-rw-r--r--audio/ntk/ntk.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ntk/ntk.SlackBuild b/audio/ntk/ntk.SlackBuild
index 6a5bc29cd8..22a8d6ebc5 100644
--- a/audio/ntk/ntk.SlackBuild
+++ b/audio/ntk/ntk.SlackBuild
@@ -14,7 +14,7 @@ SRCNAM=ntk #comment out if building from git
#to build from git uncomment this one
#SRCNAM=non
-VERSION=${VERSION:-23092014}
+VERSION=${VERSION:-20190925}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,7 +50,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-git-$VERSION
-tar xvf $CWD/$SRCNAM-git-$VERSION.tar.bz2
+tar xvf $CWD/$SRCNAM-git-$VERSION.tar.xz
cd $SRCNAM-git-$VERSION
chown -R root:root .
find -L . \
@@ -60,7 +60,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# do this if cloning from git
-#git submodule update --init
+#git submodule update --init --depth 1
# we are at project root, ie non/
cd lib/ntk