diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/l/newt/newt.SlackBuild | 4 | ||||
-rw-r--r-- | source/l/newt/newt.url | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/source/l/newt/newt.SlackBuild b/source/l/newt/newt.SlackBuild index c446f2d1..3d21bbd8 100755 --- a/source/l/newt/newt.SlackBuild +++ b/source/l/newt/newt.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=newt VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -71,7 +71,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf newt-$VERSION -tar xvf $CWD/newt-$VERSION.tar.xz || exit 1 +tar xvf $CWD/newt-$VERSION.tar.?z || exit 1 cd newt-$VERSION || exit 1 chown -R root:root . find -L . \ diff --git a/source/l/newt/newt.url b/source/l/newt/newt.url new file mode 100644 index 00000000..09fb3d9a --- /dev/null +++ b/source/l/newt/newt.url @@ -0,0 +1 @@ +https://releases.pagure.org/newt |