summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2021-11-14 21:43:25 +0100
committerTaijian2021-11-14 21:43:25 +0100
commit5a57fb04cca9dcd51dd31eb77ec2089aa973b1fb (patch)
tree43a8e95804ac4aadaa0380aa5fd85fdb20f91865
parent5c31388acc88680bd03b1e6bad89a8799c1e0ac3 (diff)
downloadaur-5a57fb04cca9dcd51dd31eb77ec2089aa973b1fb.tar.gz
update for Gnome 41
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a5408449253..20bb99eaa475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
- pkgver = 40.38
+ pkgver = 40.39
pkgrel = 1
url = https://github.com/kgshank/gse-sound-output-device-chooser
arch = any
@@ -8,8 +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-40.38.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/38.tar.gz
- md5sums = 946c49cd8a503503a401fa5a0c437907
+ source = gnome-shell-extension-sound-output-device-chooser-40.39.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/39.tar.gz
+ md5sums = d6689a977735282aeb378621754ce82f
pkgname = gnome-shell-extension-sound-output-device-chooser
-
diff --git a/PKGBUILD b/PKGBUILD
index 41f1b221a382..5c6c75a303b2 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=40.38
-_pkgver=38
+pkgver=40.39
+_pkgver=39
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")
-md5sums=('946c49cd8a503503a401fa5a0c437907')
+md5sums=('d6689a977735282aeb378621754ce82f')
package() {
_uuid="sound-output-device-chooser@kgshank.net"