summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2015-10-09 10:58:55 +0200
committerPieter Goetschalckx2015-10-09 10:58:55 +0200
commit709adbc28c25771bec60b98765a3d6a1d2f01c6d (patch)
treea5d9383928cb36526b70d069324390bbf6bfc2fd
parent4f82ca13c85be9bd77e1aaccbbfa18e3b76998a5 (diff)
downloadaur-709adbc28c25771bec60b98765a3d6a1d2f01c6d.tar.gz
Update for gnome-shell 3.18
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--gnome-shell-version.patch (renamed from gnome-shell-3.16.patch)5
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76da8b66fb39..57a7fe7ac0b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,9 @@ pkgbase = gnome-shell-extension-audio-output-switcher-git
makedepends = git
depends = gnome-shell
source = gnome-shell-extension-audio-output-switcher-git::git+https://github.com/anduchs/audio-output-switcher#branch=ports2
- source = gnome-shell-3.16.patch
+ source = gnome-shell-version.patch
sha256sums = SKIP
- sha256sums = bf075f0a396e27af2c71ea9fcdb465504e544ffbcf0e31183f6b76098afdc48d
+ sha256sums = 544486ebf5f8e882bdda9b842aab1d8d6b0c7edbe0c48c09960da05ff5e53775
pkgname = gnome-shell-extension-audio-output-switcher-git
diff --git a/PKGBUILD b/PKGBUILD
index 929d0c0a760f..0c7de6bafa9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,13 @@ license=('unknown')
depends=('gnome-shell')
makedepends=('git')
source=("$pkgname::git+https://github.com/anduchs/audio-output-switcher#branch=ports2"
- "gnome-shell-3.16.patch")
+ "gnome-shell-version.patch")
sha256sums=('SKIP'
- 'bf075f0a396e27af2c71ea9fcdb465504e544ffbcf0e31183f6b76098afdc48d')
+ '544486ebf5f8e882bdda9b842aab1d8d6b0c7edbe0c48c09960da05ff5e53775')
prepare() {
cd "$pkgname"
- patch -p0 -i "$srcdir/gnome-shell-3.16.patch"
+ patch -p0 -i "$srcdir/gnome-shell-version.patch"
}
pkgver() {
diff --git a/gnome-shell-3.16.patch b/gnome-shell-version.patch
index e6e956b2804f..1f7a3c2c3ee3 100644
--- a/gnome-shell-3.16.patch
+++ b/gnome-shell-version.patch
@@ -1,12 +1,13 @@
--- metadata.json
+++ metadata.json
-@@ -2,10 +2,11 @@
+@@ -2,10 +2,12 @@
"shell-version": [
"3.10",
"3.12",
- "3.14"
+ "3.14",
-+ "3.16"
++ "3.16",
++ "3.18"
],
"uuid": "audio-output-switcher@anduchs",
"name": "Audio Output Switcher",