summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2018-12-24 11:04:59 +0100
committerTérence Clastres2018-12-24 11:04:59 +0100
commitc97d892de7a8a91d9736d0d154eea1c1a5d1e409 (patch)
tree4b516e5973868fd8bdbf98445ca4e41e17a40716 /PKGBUILD
parent77c07126668ae07aa000d3d04e6314871f1a64b9 (diff)
downloadaur-c97d892de7a8a91d9736d0d154eea1c1a5d1e409.tar.gz
fix commit hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd26461ba9f5..b75b00a3ec90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=mutter-781835-workaround
_pkgname=mutter
pkgver=3.30.2+7
-pkgrel=3
+pkgrel=4
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)
@@ -53,7 +53,7 @@ prepare() {
# clutter: Fix offscreen-effect painting of clones
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/117/commits
- git cherry-pick 5c123a76 || true
+ git cherry-pick 81952da6 || true
echo 'm' | git mergetool
git commit -m 'nicer'