summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2022-09-25 16:03:29 +0200
committerTaijian2022-09-25 16:03:29 +0200
commit181adbd2a821109c9b5ab60e9f2d4fc348b6da72 (patch)
treee1f0a0a9769c2fe521f991408819ac87cb74c1fb
parent87c543e6f12f191fd0b5304d95fb98c58d191fd8 (diff)
downloadaur-gnome-shell-extension-sound-output-device-chooser.tar.gz
fix changed download path from github
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3b6f8dd291..4de04ff9fb83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-sound-output-device-chooser
pkgdesc = Sound Input & Output Device Chooser.
pkgver = 42.43
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kgshank/gse-sound-output-device-chooser
arch = any
license = GPL
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-42.43.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/43.tar.gz
+ source = gnome-shell-extension-sound-output-device-chooser-42.43.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/refs/tags/43.tar.gz
sha256sums = 255b31d3013b8896c9a062b324a5c76cd5d7941e331797ba29fa6cd69083337b
pkgname = gnome-shell-extension-sound-output-device-chooser
diff --git a/PKGBUILD b/PKGBUILD
index 003b2bdf98db..e5c0037ce102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Gunnar Bretthauer <taijian@posteo.de>
# Contributor: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
+_pkgname=gse-sound-output-device-chooser
pkgver=42.43
_pkgver=43
-pkgrel=1
+pkgrel=2
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
url="https://github.com/kgshank/gse-sound-output-device-chooser"
@@ -11,13 +12,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")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kgshank/${_pkgname}/archive/refs/tags/${_pkgver}.tar.gz")
sha256sums=('255b31d3013b8896c9a062b324a5c76cd5d7941e331797ba29fa6cd69083337b')
package() {
_uuid="sound-output-device-chooser@kgshank.net"
- cd "${srcdir}/gse-sound-output-device-chooser-${_pkgver}"
+ cd "${srcdir}/${_pkgname}-${_pkgver}"
install -d "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
cp -r "${_uuid}" "${pkgdir}/usr/share/gnome-shell/extensions/"