summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-02-21 14:14:54 +0100
committerTérence Clastres2019-02-21 14:14:54 +0100
commit05bf5bfccebf1980ced5e890395980af5bf6c4d4 (patch)
tree9a48fe66337cabc777544c2f69eb91260e6c0bc7 /PKGBUILD
parentddc0125cfcd01a272da093bfc61ecb7c6d9db4ff (diff)
downloadaur-05bf5bfccebf1980ced5e890395980af5bf6c4d4.tar.gz
update commit hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 881524f53ed1..816b1790292a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _revert=1
pkgname=mutter-781835-workaround
_pkgname=mutter
pkgver=3.30.2+7
-pkgrel=13
+pkgrel=14
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)
@@ -75,7 +75,7 @@ prepare() {
# clutter-stage-cogl: Reduce output latency and reduce missed frames too [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/281/commits
- git cherry-pick fc8f80f0^..cfa6bf9d
+ git cherry-pick f5f3c00c^..785212cc
# Consolidate all frame throttling into clutter-stage-cogl [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/363