summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Lindqvist2021-03-28 08:54:54 +0200
committerKalle Lindqvist2021-03-28 08:54:54 +0200
commit865e13fc90344838f214e7f3179efd372a6a0058 (patch)
treebd7d768457411ca0f7a8cc594966b200ab646c5a
parentc66ea7fb8878a59cb6a4fb7b3b8b85d9c5649411 (diff)
downloadaur-865e13fc90344838f214e7f3179efd372a6a0058.tar.gz
Update to v.40.36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03580e53878d..d7e097e2bc04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
- pkgver = 34
+ pkgver = 40.36
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-34.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/34.tar.gz
- md5sums = 5e4e5035b8ed3c309a29aa08bde37c8f
+ 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
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 7b8d8073ab5f..4cea89213db7 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=34
+pkgver=40.36
pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
@@ -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=("5e4e5035b8ed3c309a29aa08bde37c8f")
+md5sums=("d4cd36f94a8c5bc6ec6be5aeb5e117fb")
package() {
_uuid="sound-output-device-chooser@kgshank.net"