summaryrefslogtreecommitdiffstats
path: root/source/ap/pamixer/pamixer.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-10-16 18:12:37 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-17 09:03:54 +0200
commit284b3843594c416c032a4185e2cab39f424b02d4 (patch)
tree7af934ea32a4e61e576d90e92d40387fa476c183 /source/ap/pamixer/pamixer.SlackBuild
parentaadd8167b60785f4ee2cc4368e1faa018900a387 (diff)
downloadcurrent-094f3ea65c08e6a0cd4e8c4f4234849ffb297635.tar.gz
current-094f3ea65c08e6a0cd4e8c4f4234849ffb297635.tar.xz
Sat Oct 16 18:12:37 UTC 202120211016181237
ap/pamixer-1.5-x86_64-1.txz: Upgraded. l/librsvg-2.52.2-x86_64-1.txz: Upgraded. l/liburing-2.1-x86_64-2.txz: Rebuilt. Don't package the examples. l/spirv-llvm-translator-13.0.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/pamixer/pamixer.SlackBuild')
-rwxr-xr-xsource/ap/pamixer/pamixer.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/ap/pamixer/pamixer.SlackBuild b/source/ap/pamixer/pamixer.SlackBuild
index 2309960c3..a27215207 100755
--- a/source/ap/pamixer/pamixer.SlackBuild
+++ b/source/ap/pamixer/pamixer.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pamixer
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-11}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -67,7 +67,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find . \