summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSung Mingi2022-04-13 17:09:45 +0900
committerSung Mingi2022-04-13 17:09:45 +0900
commit4ffad4247dc4a41507ce0a53cdc3d785ff46ea97 (patch)
tree436aec4dddd9cd68b8199a765c020aa49430380d
parentf2c5affcc41660481a571de848b22fc8ce31bdfb (diff)
downloadaur-4ffad4247dc4a41507ce0a53cdc3d785ff46ea97.tar.gz
Re-enable !1884 by default
Signed-off-by: Sung Mingi <FiestaLake@protonmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4540b913ace6..d8464bd72adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 42.0+53+gff29159df
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4706c2268412..e0ae48423f5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
### MERGE REQUESTS SELECTION
# available MR: ('1884' '1915')
-_merge_requests_to_use=('1915')
+_merge_requests_to_use=('1884' '1915')
### IMPORTANT: Do no edit below this line unless you know what you're doing
@@ -20,7 +20,7 @@ _merge_requests_to_use=('1915')
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=42.0+53+gff29159df
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://wiki.gnome.org/Projects/GnomeShell"