summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalle2020-11-23 19:47:15 +0100
committerkalle2020-11-23 19:47:15 +0100
commitca70c178d4d87a5b09cdeefd39a72435b5649dbe (patch)
tree36c32df2c9a3e4363bbb2b4f2c22b4de9ffb975c
parent71324efb7e45774e3fb9b4a1d5cb25674d3a9449 (diff)
downloadaur-ca70c178d4d87a5b09cdeefd39a72435b5649dbe.tar.gz
Update to v.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afd630b65f6b..fa8c69abe290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
- pkgver = 30
+ pkgver = 32
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
- source = gnome-shell-extension-sound-output-device-chooser-30.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/30.tar.gz
- md5sums = 16aa0bf0f4fe66e30254d2fbdead6b1c
+ 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
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 8589c82bf088..f1b737cb22a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
-pkgver=30
+pkgver=32
pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL')
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=("16aa0bf0f4fe66e30254d2fbdead6b1c")
+md5sums=("3ffaa489b0d838fe5ddf033b53ba8143")
package() {
_uuid="sound-output-device-chooser@kgshank.net"