summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2022-04-08 17:09:04 +0200
committerTaijian2022-04-08 17:09:04 +0200
commita4a87b1cc731f3ee51b0dfd21542bea18af71a61 (patch)
tree4126dc911764cb9be289de7497f0b6bbcc65e561
parentad692d97d264669c290b225759ff38e2ff114a7a (diff)
downloadaur-a4a87b1cc731f3ee51b0dfd21542bea18af71a61.tar.gz
update to v42.42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a6588b82316..bc81c7ffd2c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
- pkgver = 41.39
+ pkgver = 42.42
pkgrel = 1
url = https://github.com/kgshank/gse-sound-output-device-chooser
arch = any
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-sound-output-device-chooser
depends = gnome-shell
optdepends = python: for new profile identification
conflicts = gnome-shell-extension-sound-output-device-chooser-git
- source = gnome-shell-extension-sound-output-device-chooser-41.39.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/39.tar.gz
- sha256sums = c56af4ce7ff706762e5b3d71918e76661d2afc7434926269efc65fac20c1674f
+ source = gnome-shell-extension-sound-output-device-chooser-42.42.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/42.tar.gz
+ sha256sums = 74ae347899a1a8c42bbc2a791791453c56f88f84038f76e9df818bc2f27ab735
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 7c1e162d34a9..df9d82b4ff50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gunnar Bretthauer <taijian@posteo.de>
# Contributor: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
-pkgver=41.39
-_pkgver=39
+pkgver=42.42
+_pkgver=42
pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('gnome-shell-extension-sound-output-device-chooser-git')
depends=('gnome-shell')
optdepends=('python: for new profile identification')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/${_pkgver}.tar.gz")
-sha2sums=('d6689a977735282aeb378621754ce82f')
+sha256sums=('74ae347899a1a8c42bbc2a791791453c56f88f84038f76e9df818bc2f27ab735')
package() {
_uuid="sound-output-device-chooser@kgshank.net"
@@ -22,4 +22,3 @@ package() {
install -d "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
cp -r "${_uuid}" "${pkgdir}/usr/share/gnome-shell/extensions/"
}
-sha256sums=('c56af4ce7ff706762e5b3d71918e76661d2afc7434926269efc65fac20c1674f')