summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-03-16 15:42:33 +0100
committerTérence Clastres2019-03-16 15:42:33 +0100
commite50d34cb7176313b054b4dd74ebcf25700c9dbdb (patch)
tree09e1608a574c08709f5db7cee67b3dfe497da628
parentfc27119831bb57e573bf96f484ca7e101e9e24d2 (diff)
downloadaur-e50d34cb7176313b054b4dd74ebcf25700c9dbdb.tar.gz
Sync with [extra]
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8b938ff73bb..52e23765780a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mutter-781835-workaround
pkgdesc = A window manager for GNOME. This package reverts a commit which may causes performance problems for nvidia driver users. Some performance patches also included.
- pkgver = 3.32.0
- pkgrel = 3
+ pkgver = 3.32.0+15+gc96cf0608
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
groups = gnome
@@ -30,7 +30,7 @@ pkgbase = mutter-781835-workaround
depends = gnome-shell
provides = mutter
conflicts = mutter
- source = mutter-781835-workaround::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=efb1ee97308653a28ed4448b0c405e6faf2c4f40
+ source = mutter-781835-workaround::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=c96cf0608dd5e92369447ddbba9f63b7a2c84c0f
source = 216.patch
source = revert.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5d4c55960c59..f793e1827171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ _revert=1
pkgname=mutter-781835-workaround
-pkgver=3.32.0
-pkgrel=3
+pkgver=3.32.0+15+gc96cf0608
+pkgrel=1
pkgdesc="A window manager for GNOME. This package reverts a commit which may causes performance problems for nvidia driver users. Some performance patches also included."
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -27,7 +27,7 @@ checkdepends=(xorg-server-xvfb)
provides=(mutter)
conflicts=(mutter)
groups=(gnome)
-_commit=efb1ee97308653a28ed4448b0c405e6faf2c4f40 # tags/3.32.0^0
+_commit=c96cf0608dd5e92369447ddbba9f63b7a2c84c0f # master
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
216.patch
revert.patch)