summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2023-07-18 15:26:43 +0900
committerMingi Sung2023-07-18 15:26:43 +0900
commit82e55b6dd4cc825d6f84a252822b37f05ece335e (patch)
tree227f5b6b99e93c4136d5ea72504aaa9fd3c874cb
parent481935dc1a1bb6e23df290efbe21c383257ad2a7 (diff)
downloadaur-82e55b6dd4cc825d6f84a252822b37f05ece335e.tar.gz
Sync to gnome-44
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59c43e9d97d0..73b39b7844df 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.2
+ pkgver = 44.3
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.2
- provides = gnome-shell=1:44.2
+ provides = gnome-shell=44.3
+ provides = gnome-shell=1:44.3
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=071a47ba27d7117f56fd965ad2a9675d1ab823f6
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=60ec50efa693735cb959a3378516a82d2e9df009
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2261d7a467d1..93cb09232040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=44.2
+pkgver=44.3
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
@@ -79,7 +79,7 @@ optdepends=(
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
-_commit=071a47ba27d7117f56fd965ad2a9675d1ab823f6 # tags/44.2^0
+_commit=60ec50efa693735cb959a3378516a82d2e9df009 # tags/44.3^0
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"