summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2023-08-24 13:33:18 +0900
committerMingi Sung2023-08-24 13:33:18 +0900
commita5a09595ac9e3c510262ab220566fec1bb5bda1a (patch)
treeffda6db6485eacad7c5a99c53efde80c57572ddf
parent82e55b6dd4cc825d6f84a252822b37f05ece335e (diff)
downloadaur-a5a09595ac9e3c510262ab220566fec1bb5bda1a.tar.gz
Sync to gnome-44
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b39b7844df..89a1a62ccb0f 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 = 44.3
+ pkgver = 44.4
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -45,10 +45,10 @@ pkgbase = gnome-shell-performance
optdepends = power-profiles-daemon: Power profile switching
optdepends = switcheroo-control: Multi-GPU support
provides = gnome-shell
- provides = gnome-shell=44.3
- provides = gnome-shell=1:44.3
+ provides = gnome-shell=44.4
+ provides = gnome-shell=1:44.4
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=60ec50efa693735cb959a3378516a82d2e9df009
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=9329a600bd93591044be8299d629e5c79b596137
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 93cb09232040..41ea05e3c299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=44.3
+pkgver=44.4
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
@@ -79,13 +79,13 @@ optdepends=(
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
-_commit=60ec50efa693735cb959a3378516a82d2e9df009 # tags/44.3^0
+_commit=9329a600bd93591044be8299d629e5c79b596137 # tags/44.4^0
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
)
b2sums=('SKIP'
- 'SKIP')
+ 'SKIP')
pkgver() {
cd $_pkgname