From 20564a66a4997f07c2bcd61f2da23850897e6ce3 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 27 Jul 2019 19:56:43 +0000 Subject: Sat Jul 27 19:56:43 UTC 2019 a/btrfs-progs-5.2.1-x86_64-1.txz: Upgraded. d/Cython-0.29.13-x86_64-1.txz: Upgraded. d/cmake-3.15.1-x86_64-1.txz: Upgraded. l/liblastfm-1.1.0-x86_64-1.txz: Upgraded. --- source/l/liblastfm/liblastfm.SlackBuild | 8 ++++---- source/l/liblastfm/liblastfm.url | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 source/l/liblastfm/liblastfm.url (limited to 'source') diff --git a/source/l/liblastfm/liblastfm.SlackBuild b/source/l/liblastfm/liblastfm.SlackBuild index 15452fc54..19c971570 100755 --- a/source/l/liblastfm/liblastfm.SlackBuild +++ b/source/l/liblastfm/liblastfm.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for liblastfm # Copyright 2009 Vincent Batts -# Copyright 2011, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2011, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM="liblastfm" -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ diff --git a/source/l/liblastfm/liblastfm.url b/source/l/liblastfm/liblastfm.url new file mode 100644 index 000000000..8bdd15172 --- /dev/null +++ b/source/l/liblastfm/liblastfm.url @@ -0,0 +1 @@ +https://github.com/lastfm/liblastfm -- cgit v1.2.3