summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-03-23 17:12:15 +0100
committerTérence Clastres2019-03-23 17:12:15 +0100
commit4d489b0648d4f2c9bf73b61190fdc0696bef6c09 (patch)
tree779c2b81af115711e7151c08812e6167b0c4bd86 /PKGBUILD
parentdd456e6f85c92192bbb0dc936564bc8072c003d4 (diff)
downloadaur-4d489b0648d4f2c9bf73b61190fdc0696bef6c09.tar.gz
Use git cherry-pick --no-commit to have consistant pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bbe219ef21a..639b31f23dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Flamelab <panosfilip@gmail.com
pkgname=gnome-shell-performance
-pkgver=3.32.0+21+g2a7058b83
+pkgver=3.32.0+20+g05e55cee2
pkgrel=1
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -41,7 +41,7 @@ prepare() {
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/276
# Requires mutter MR283/commit "clutter-actor: Add detail to captured-event signal [performance]"
if pacman -Q mutter-781835-workaround &> /dev/null; then
- git cherry-pick 297a18f2
+ git cherry-pick -n 297a18f2
echo "======= mutter-781835-workaround detected, MR276 is applied ======="
sleep 3
else