diff options
Diffstat (limited to 'audio')
2 files changed, 5 insertions, 11 deletions
diff --git a/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.SlackBuild b/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.SlackBuild index a46fc91ae2e0b..5add09c175bd4 100644 --- a/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.SlackBuild +++ b/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.SlackBuild @@ -26,19 +26,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gnome-shell-extension-sound-output-device SRCNAM=gse-sound-output-device-chooser -COMMIT=a48682fd42499c076f24eb97973b13462de520de +COMMIT=9af403cf79c4d27ae3b1aadcda063eeb6b7ecb9f VERSION=${VERSION:-43} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi +ARCH=noarch if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" diff --git a/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.info b/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.info index d8209330351e8..e07b123968bc6 100644 --- a/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.info +++ b/audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.info @@ -1,8 +1,8 @@ PRGNAM="gnome-shell-extension-sound-output-device" VERSION="43" HOMEPAGE="https://github.com/kgshank/gse-sound-output-device-chooser" -DOWNLOAD="https://github.com/kgshank/gse-sound-output-device-chooser/archive/a48682fd42499c076f24eb97973b13462de520de/gse-sound-output-device-chooser-a48682fd42499c076f24eb97973b13462de520de.tar.gz" -MD5SUM="3e19c7be4b905a255e04b2ed2afcc0cb" +DOWNLOAD="https://github.com/kgshank/gse-sound-output-device-chooser/archive/9af403cf79c4d27ae3b1aadcda063eeb6b7ecb9f/gse-sound-output-device-chooser-9af403cf79c4d27ae3b1aadcda063eeb6b7ecb9f.tar.gz" +MD5SUM="551d503a981923a00a773d2880939fa5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="AppStream" |