summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Lindqvist2021-02-01 17:50:22 +0100
committerKalle Lindqvist2021-02-01 17:50:22 +0100
commitc66ea7fb8878a59cb6a4fb7b3b8b85d9c5649411 (patch)
tree7aa023c6903c93bf9993b79b2c6caee97e290e5a
parent2fc5b1db822fcb2b6ecd98c2d53cd5757486df8c (diff)
downloadaur-c66ea7fb8878a59cb6a4fb7b3b8b85d9c5649411.tar.gz
Update to v34
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d14858786b26..03580e53878d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
- pkgver = 32
- pkgrel = 2
+ pkgver = 34
+ pkgrel = 1
url = https://github.com/kgshank/gse-sound-output-device-chooser
arch = any
license = GPL
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-32.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/32.tar.gz
- md5sums = 3ffaa489b0d838fe5ddf033b53ba8143
+ source = gnome-shell-extension-sound-output-device-chooser-34.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/34.tar.gz
+ md5sums = 5e4e5035b8ed3c309a29aa08bde37c8f
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 57093744d99f..7b8d8073ab5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
-pkgver=32
-pkgrel=2
+pkgver=34
+pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
url="https://github.com/kgshank/gse-sound-output-device-chooser"
@@ -10,7 +10,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=("3ffaa489b0d838fe5ddf033b53ba8143")
+md5sums=("5e4e5035b8ed3c309a29aa08bde37c8f")
package() {
_uuid="sound-output-device-chooser@kgshank.net"