summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2021-11-18 12:20:53 +0100
committerTaijian2021-11-18 12:20:53 +0100
commitad692d97d264669c290b225759ff38e2ff114a7a (patch)
tree3b948a8841e9dbf0573ced068cab85bd38a0b4ed
parent5a57fb04cca9dcd51dd31eb77ec2089aa973b1fb (diff)
downloadaur-ad692d97d264669c290b225759ff38e2ff114a7a.tar.gz
fix version number
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20bb99eaa475..3a6588b82316 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.39
+ pkgver = 41.39
pkgrel = 1
url = https://github.com/kgshank/gse-sound-output-device-chooser
arch = any
@@ -8,7 +8,7 @@ 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.39.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/39.tar.gz
- md5sums = d6689a977735282aeb378621754ce82f
+ source = gnome-shell-extension-sound-output-device-chooser-41.39.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/39.tar.gz
+ sha256sums = c56af4ce7ff706762e5b3d71918e76661d2afc7434926269efc65fac20c1674f
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 5c6c75a303b2..7c1e162d34a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gunnar Bretthauer <taijian@posteo.de>
# Contributor: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
-pkgver=40.39
+pkgver=41.39
_pkgver=39
pkgrel=1
pkgdesc="Sound Input & Output Device Chooser."
@@ -12,7 +12,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=('d6689a977735282aeb378621754ce82f')
+sha2sums=('d6689a977735282aeb378621754ce82f')
package() {
_uuid="sound-output-device-chooser@kgshank.net"
@@ -22,3 +22,4 @@ package() {
install -d "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
cp -r "${_uuid}" "${pkgdir}/usr/share/gnome-shell/extensions/"
}
+sha256sums=('c56af4ce7ff706762e5b3d71918e76661d2afc7434926269efc65fac20c1674f')