summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Nathaniel Russell <naterussell83@gmail.com>2022-12-08 21:23:47 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-08 21:23:47 +0700
commit0698e37b21f27b7d10da35dfa36f1e1280b649d8 (patch)
tree74601dc9c80fbfabe530d1f21047b0130e5cc0e8 /audio
parentbe86048911399666d48f9e6e757b8a805fa7d887 (diff)
downloadslackbuilds-0698e37b21f27b7d10da35dfa36f1e1280b649d8.tar.gz
slackbuilds-0698e37b21f27b7d10da35dfa36f1e1280b649d8.tar.xz
audio/gnome-shell-extension-sound-output-device: Switch x86_64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.SlackBuild12
-rw-r--r--audio/gnome-shell-extension-sound-output-device/gnome-shell-extension-sound-output-device.info4
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 a46fc91ae2..5add09c175 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 d820933035..e07b123968 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"