summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2020-06-27 13:55:32 +0200
committerTérence Clastres2020-06-27 13:55:32 +0200
commitbcbb9e3527a406afda9540b71792bf8532d3bb10 (patch)
treecb3419ab219545c6d474e291503afe5b38065d79
parentd278228863da13801937f3f6fe03bdafb900f750 (diff)
downloadaur-bcbb9e3527a406afda9540b71792bf8532d3bb10.tar.gz
Sync to gnome-3-36
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599bb185bae9..4ec04e1e8a3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
- pkgver = 3.36.3+11+ga9c74ed78
+ pkgver = 3.36.3+15+g0abbd5264
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -40,10 +40,10 @@ pkgbase = gnome-shell-performance
optdepends = evolution-data-server: Evolution calendar integration
optdepends = gjs-git: Needed if using MR !1164
provides = gnome-shell
- provides = gnome-shell=3.36.3+11+ga9c74ed78
- provides = gnome-shell=1:3.36.3+11+ga9c74ed78
+ provides = gnome-shell=3.36.3+15+g0abbd5264
+ provides = gnome-shell=1:3.36.3+15+g0abbd5264
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a9c74ed78febef246cb931400767b5ca65f85c80
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=0abbd52646946158b1db08b78511f1f285eda9f4
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = 1126.diff
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e3513d13ecf5..05ac8f854c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _merge_requests_to_use=() # safe pick
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=3.36.3+11+ga9c74ed78
+pkgver=3.36.3+15+g0abbd5264
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell"
@@ -33,7 +33,7 @@ groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
install=$pkgname.install
-_commit=a9c74ed78febef246cb931400767b5ca65f85c80 # tags/3.36.3^11
+_commit=0abbd52646946158b1db08b78511f1f285eda9f4 # tags/3.36.3^15
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
"1126.diff")