diff options
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 |
commit | 0698e37b21f27b7d10da35dfa36f1e1280b649d8 (patch) | |
tree | 74601dc9c80fbfabe530d1f21047b0130e5cc0e8 | |
parent | be86048911399666d48f9e6e757b8a805fa7d887 (diff) |
audio/gnome-shell-extension-sound-output-device: Switch x86_64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 a46fc91ae2e0..5add09c175bd 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 d8209330351e..e07b123968bc 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" |