summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren Arterius2019-05-03 21:55:20 +0800
committerSaren Arterius2019-05-03 21:55:20 +0800
commit78898ef9bfb3b0db84e2f45d5f8eaa1fa078d2f7 (patch)
tree8f30e364a36c8bd67c6845e47083778ce737a1b1
parent160a6b179a707798cfa9f0ee331b33c800591414 (diff)
downloadaur-78898ef9bfb3b0db84e2f45d5f8eaa1fa078d2f7.tar.gz
conflict fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5872d6c849..4c09b1acfc28 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 = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index fe57a76229b0..1e84abdee6a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
pkgver=3.32.1+10+g059c729da
-pkgrel=2
+pkgrel=3
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
@@ -46,7 +46,7 @@ prepare() {
# Fixes and performance improvements to the extension system
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/96
- git cherry-pick -n 07506a72^..570b947f
+ git cherry-pick -n 39f10eaa^..6e704ee1
# Mild performance improvements on style changes
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/524