summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-03-17 16:29:27 +0100
committerTérence Clastres2019-03-17 16:29:27 +0100
commit02c10277a86347e80f95ed78c2ea9152e07c43fe (patch)
treecdfed42c261d6ca999c7289549a15fa392a9b130
parentf349a6f38d0f443b89b030840fa99cd7d12f0ade (diff)
downloadaur-02c10277a86347e80f95ed78c2ea9152e07c43fe.tar.gz
Disable the commit revert by default
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f0fc6a43a86..7f66d8cdbacb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@
# Set these variables to ANYTHING that is not null to enable them
### Revert offending commit, recommanded to disable if not using NVIDIA
-_revert=1
+_revert=0
pkgname=mutter-781835-workaround
-pkgver=3.32.0+30+gdca27a28e
+pkgver=3.32.0+30+ge3dc5d2bc
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"