summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2022-10-27 08:02:59 +0900
committerMingi Sung2022-10-27 08:02:59 +0900
commit43ccf961afae44404f3c4b2370ffcc34085eed82 (patch)
tree2906cdcbfe01302b46c56e9ab453a0af9e251621
parentcd3e77172e3ff6e91e26009df169f7b3cfdd7455 (diff)
downloadaur-43ccf961afae44404f3c4b2370ffcc34085eed82.tar.gz
42.5-2
Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3134acbdbe8b..dc3955393a4d 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.5
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 514df5aec196..fd6d263b1968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _merge_requests_to_use=('1884' '1915')
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=42.5
-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"
@@ -139,6 +139,7 @@ prepare() {
# This is an alternate design to !1862.
pick_mr '1915' 'mr1915.patch' 'patch'
+ git config --global protocol.file.allow always
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git submodule update