summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren Arterius2019-05-03 21:58:47 +0800
committerSaren Arterius2019-05-03 21:58:47 +0800
commitd2bae6e853e664de694ad9ea4270fc5405263540 (patch)
tree006c6e82db4f09db9db8db77a1d7fccf1f392202
parent78898ef9bfb3b0db84e2f45d5f8eaa1fa078d2f7 (diff)
downloadaur-d2bae6e853e664de694ad9ea4270fc5405263540.tar.gz
icon will be missing, 524 is bad
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c09b1acfc28..c7223974ab29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
pkgver = 3.32.1+10+g059c729da
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index 1e84abdee6a0..1b68eb620f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
pkgver=3.32.1+10+g059c729da
-pkgrel=3
+pkgrel=4
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
@@ -50,7 +50,7 @@ prepare() {
# Mild performance improvements on style changes
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/524
- git cherry-pick -n fb04dafb^..94995e9c
+ # git cherry-pick -n fb04dafb^..94995e9c
# keyboard: Destroy old layout actors when regenerating keyboard groups
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/523