summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-04-10 23:37:49 +0200
committerPieter Goetschalckx2016-04-10 23:37:49 +0200
commit4be94daa88432fd4cd78536e9443a0dbc01b2228 (patch)
tree53282538801dc966e9e025f58542bcf7951af8ee
parent935b438c8b2287ac758a3c42cf097b34eeed682d (diff)
downloadaur-4be94daa88432fd4cd78536e9443a0dbc01b2228.tar.gz
Gnome shell 3.20
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gnome-shell-version.patch5
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c96c4019527c..ee36c78fccbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-audio-output-switcher-git
pkgdesc = Adds a switch for choosing audio output to the system menu.
pkgver = r21.5def796
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/anduchs/audio-output-switcher
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-audio-output-switcher-git
source = gnome-shell-extension-audio-output-switcher-git::git+https://github.com/anduchs/audio-output-switcher#branch=ports2
source = gnome-shell-version.patch
sha256sums = SKIP
- sha256sums = 544486ebf5f8e882bdda9b842aab1d8d6b0c7edbe0c48c09960da05ff5e53775
+ sha256sums = eb90f357bf6af150c19cae6d899a2506e3b429b430f335b66e475baf45829e83
pkgname = gnome-shell-extension-audio-output-switcher-git
diff --git a/PKGBUILD b/PKGBUILD
index e2be04e4e57b..1788273549b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-audio-output-switcher-git
pkgver=r21.5def796
-pkgrel=2
+pkgrel=3
pkgdesc="Adds a switch for choosing audio output to the system menu."
arch=('i686' 'x86_64')
url="https://github.com/anduchs/audio-output-switcher"
@@ -12,7 +12,7 @@ makedepends=('git')
source=("$pkgname::git+https://github.com/anduchs/audio-output-switcher#branch=ports2"
"gnome-shell-version.patch")
sha256sums=('SKIP'
- '544486ebf5f8e882bdda9b842aab1d8d6b0c7edbe0c48c09960da05ff5e53775')
+ 'eb90f357bf6af150c19cae6d899a2506e3b429b430f335b66e475baf45829e83')
prepare() {
cd "$pkgname"
diff --git a/gnome-shell-version.patch b/gnome-shell-version.patch
index 1f7a3c2c3ee3..4292434ad7cb 100644
--- a/gnome-shell-version.patch
+++ b/gnome-shell-version.patch
@@ -1,13 +1,14 @@
--- metadata.json
+++ metadata.json
-@@ -2,10 +2,12 @@
+@@ -2,10 +2,13 @@
"shell-version": [
"3.10",
"3.12",
- "3.14"
+ "3.14",
+ "3.16",
-+ "3.18"
++ "3.18",
++ "3.20"
],
"uuid": "audio-output-switcher@anduchs",
"name": "Audio Output Switcher",