From 2ceb994de7e08c1befb0a68ae75fd22b28a42019 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 9 Jun 2019 20:55:24 +0000 Subject: Sun Jun 9 20:55:24 UTC 2019 a/kernel-generic-4.19.49-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.49-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.49-x86_64-1.txz: Upgraded. d/git-2.22.0-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.49-x86-1.txz: Upgraded. k/kernel-source-4.19.49-noarch-1.txz: Upgraded. l/imagemagick-6.9.10_49-x86_64-1.txz: Upgraded. l/speexdsp-1.2.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- source/l/speexdsp/speexdsp.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/l') diff --git a/source/l/speexdsp/speexdsp.SlackBuild b/source/l/speexdsp/speexdsp.SlackBuild index 1e5e1ce6..4512972d 100755 --- a/source/l/speexdsp/speexdsp.SlackBuild +++ b/source/l/speexdsp/speexdsp.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2015, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=speexdsp -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) "} @@ -71,7 +71,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 -L . \ -- cgit v1.2.3