summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2020-04-28 01:32:03 +0200
committerTérence Clastres2020-04-28 01:32:03 +0200
commitcf648af39d330dd5e3d2efe5885eaae5a4f21c10 (patch)
tree87030d850a00abb1d02618772d16ac027b27da2e
parent175b039315c1ff7fa7f3f255f04ff1733cffae67 (diff)
downloadaur-cf648af39d330dd5e3d2efe5885eaae5a4f21c10.tar.gz
Also add !1205 to fix some gjs warnings
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de0bc3271990..731e2a502045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
pkgver = 3.36.1+40+g890f5b591
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
install = gnome-shell-performance.install
diff --git a/PKGBUILD b/PKGBUILD
index 3a90a046d363..b764b578c700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
### MERGE REQUESTS SELECTION
# available MR: ('536' '786' '923')
-_merge_requests_to_use=('1126' '1192' '1164') # safe pick
+_merge_requests_to_use=('1205' '1126' '1192' '1164') # safe pick
### IMPORTANT: Do no edit below this line unless you know what you're doing
@@ -15,7 +15,7 @@ _merge_requests_to_use=('1126' '1192' '1164') # safe pick
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=3.36.1+40+g890f5b591
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -134,6 +134,7 @@ prepare() {
# Status: 4
# Comment: Depends on 1126 that requires gjs>=1.65.1
pick_mr '1126' '1126.diff' 'patch'
+ pick_mr '1205'
pick_mr '1192'
pick_mr '1164'