summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2023-11-09 16:51:03 +0900
committerMingi Sung2023-11-09 16:52:23 +0900
commitb2a63b9ba8efd39e623db7d9fe1822ac4ee5df8e (patch)
treedbbd179a6f77ef3cbcdfcd17bc8a9c8f45c612cc
parentfb6c2d1f001d92bfc06898f83728564a6c1891e7 (diff)
downloadaur-b2a63b9ba8efd39e623db7d9fe1822ac4ee5df8e.tar.gz
Sync to gnome-45
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41e2fd39b727..734e654000c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
- pkgver = 45.0+16+g88fe5afe4
+ pkgver = 45.1
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -46,10 +46,10 @@ pkgbase = gnome-shell-performance
optdepends = python-gobject: gnome-shell-test-tool performance tester
optdepends = switcheroo-control: Multi-GPU support
provides = gnome-shell
- provides = gnome-shell=45.0+16+g88fe5afe4
- provides = gnome-shell=1:45.0+16+g88fe5afe4
+ provides = gnome-shell=45.1
+ provides = gnome-shell=1:45.1
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=88fe5afe47440cef541aab5cf23c9996220e45ed
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a7c169c6c29cf02a4c392fa0acbbc5f5072823e7
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7c22498d7e4e..f768308c7af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=45.0+16+g88fe5afe4
+pkgver=45.1
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
@@ -80,7 +80,7 @@ optdepends=(
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
-_commit=88fe5afe47440cef541aab5cf23c9996220e45ed # tags/45.0^16
+_commit=a7c169c6c29cf02a4c392fa0acbbc5f5072823e7 # tags/45.1^0
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"