summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-03-31 03:18:23 +0200
committerTérence Clastres2019-03-31 03:18:23 +0200
commit1a098e6a0e9b2a8d25848bf0d7e50b50f2e00ec8 (patch)
treea7217730031af3269c571fdff2a3b072b451ebf8
parent089480bb19d8c419bc039e19c814e826edb54e42 (diff)
downloadaur-1a098e6a0e9b2a8d25848bf0d7e50b50f2e00ec8.tar.gz
Fix _revert, will now not apply by default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9cd26f3c6c..577be017c20a 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 = 4
+ pkgrel = 5
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index d7cd0b4a0aec..6b0a99d8c497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
# Set these variables to ANYTHING that is not null to enable them
### Revert offending commit, recommanded to disable if not using NVIDIA
-_revert=0
+_revert=
pkgname=mutter-781835-workaround
pkgver=3.32.0+42+g58f7059ea
-pkgrel=4
+pkgrel=5
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)