summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Lindqvist2020-05-31 20:23:51 +0200
committerKalle Lindqvist2020-05-31 20:23:51 +0200
commit71324efb7e45774e3fb9b4a1d5cb25674d3a9449 (patch)
tree9e9b532e28db177132ee23f98037c394a09146a6
parent821686e8f4425761a95628f79a8e5f03542a638a (diff)
downloadaur-71324efb7e45774e3fb9b4a1d5cb25674d3a9449.tar.gz
Update to v.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcf7e667de94..afd630b65f6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
- pkgver = 28
- pkgrel = 2
+ pkgver = 30
+ 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-28.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/28.tar.gz
- md5sums = c92eb48bf836f2b01a1ed66a867ac688
+ 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
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 8cfae4c408ab..8589c82bf088 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=28
-pkgrel=2
+pkgver=30
+pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
url="https://github.com/kgshank/gse-sound-output-device-chooser"
@@ -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=("50dd52975f973a976aeee75e95d1206b")
+md5sums=("16aa0bf0f4fe66e30254d2fbdead6b1c")
package() {
_uuid="sound-output-device-chooser@kgshank.net"