summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2021-04-15 12:13:53 +0200
committerTaijian2021-04-15 12:13:53 +0200
commit5c31388acc88680bd03b1e6bad89a8799c1e0ac3 (patch)
treeba579742c784d89648813609ed837c9120df6df8
parent865e13fc90344838f214e7f3179efd372a6a0058 (diff)
downloadaur-5c31388acc88680bd03b1e6bad89a8799c1e0ac3.tar.gz
update to 40.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e097e2bc04..2a5408449253 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.36
+ pkgver = 40.38
pkgrel = 1
url = https://github.com/kgshank/gse-sound-output-device-chooser
arch = any
@@ -8,8 +8,8 @@ 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.36.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/40.36.tar.gz
- md5sums = d4cd36f94a8c5bc6ec6be5aeb5e117fb
+ 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
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 4cea89213db7..41f1b221a382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
-# Maintainer: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
+# Maintainer: Gunnar Bretthauer <taijian@posteo.de>
+# Contributor: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
-pkgver=40.36
+pkgver=40.38
+_pkgver=38
pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
@@ -9,13 +11,13 @@ license=('GPL')
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=("d4cd36f94a8c5bc6ec6be5aeb5e117fb")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/${_pkgver}.tar.gz")
+md5sums=('946c49cd8a503503a401fa5a0c437907')
package() {
_uuid="sound-output-device-chooser@kgshank.net"
- cd "${srcdir}/gse-sound-output-device-chooser-${pkgver}"
+ cd "${srcdir}/gse-sound-output-device-chooser-${_pkgver}"
install -d "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
cp -r "${_uuid}" "${pkgdir}/usr/share/gnome-shell/extensions/"