summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-03-28 07:23:36 +0100
committerTérence Clastres2019-03-28 07:23:36 +0100
commit1ed44d85b3f97d8b3605958ed3b8c7c53f258ec6 (patch)
treec025b10dcb236fd99ee263599b4a6f9680d346c3
parent620160d6669ba8d4ea909dadcd94348559aab058 (diff)
downloadaur-1ed44d85b3f97d8b3605958ed3b8c7c53f258ec6.tar.gz
update commit hash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4623815167..9ddf927bff57 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+42+g58f7059ea
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index 363af1e504a7..ca10c3dc0dd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _revert=0
pkgname=mutter-781835-workaround
pkgver=3.32.0+42+g58f7059ea
-pkgrel=1
+pkgrel=2
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)
@@ -60,7 +60,7 @@ prepare() {
# clutter-stage-cogl: Reduce output latency and reduce missed frames too [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/281
- git cherry-pick -n df73e736^..e0262aac
+ git cherry-pick -n 6c72dcdb^..186f16f8
# Consolidate all frame throttling into clutter-stage-cogl [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/363