summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Lindqvist2019-09-23 17:15:02 +0200
committerKalle Lindqvist2019-09-23 17:18:18 +0200
commit4149b5ca3bf8845d2aefd6fb91496cfcfd1f0b6e (patch)
tree8071c9248c45e5f69009e36b4077e95022bacefd
parent618b2f87a2f5074cc606df0531afa1508069a7ac (diff)
downloadaur-4149b5ca3bf8845d2aefd6fb91496cfcfd1f0b6e.tar.gz
v.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 078f3ab36e60..f8b868511b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
- pkgver = 17
+ pkgver = 24
pkgrel = 1
url = https://github.com/kgshank/gse-sound-output-device-chooser
arch = any
license = GPL
depends = gnome-shell
- source = gnome-shell-extension-sound-output-device-chooser-17.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/3.30.0.17.tar.gz
- md5sums = 7f32ce146b708485ded15d5c394776b5
+ source = gnome-shell-extension-sound-output-device-chooser-24.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/24.tar.gz
+ md5sums = 3eb69f4b4e2edb0e785201cd71ab573c
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 500fc5971089..75146ad00b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
-pkgver=17
+pkgver=24
pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
url="https://github.com/kgshank/gse-sound-output-device-chooser"
license=('GPL')
depends=('gnome-shell')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/3.30.0.${pkgver}.tar.gz")
-md5sums=("7f32ce146b708485ded15d5c394776b5")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/${pkgver}.tar.gz")
+md5sums=("3eb69f4b4e2edb0e785201cd71ab573c")
package() {
_uuid="sound-output-device-chooser@kgshank.net"
- cd "${srcdir}/gse-sound-output-device-chooser-3.30.0.${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/"