summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2023-05-19 17:17:51 +0200
committerChristoph Haag2023-05-19 17:17:51 +0200
commita944fc682420dbc8b841a67d14192dc95e12cad7 (patch)
treed5625d64f3d732a9696ffe475320be3e21035758
parent144c98682705f2f522da06a7553b0dcc72769a06 (diff)
downloadaur-a944fc682420dbc8b841a67d14192dc95e12cad7.tar.gz
update to 44.1 branch
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e98a52f05230..35a194685378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
basename=gnome-shell
pkgname=$basename-xrdesktop-git
-pkgver=43.0
+pkgver=44.1
pkgrel=1
epoch=1
conflicts=($basename)
@@ -29,7 +29,7 @@ optdepends=('gnome-control-center: System settings'
groups=(gnome)
provides=(gnome-shell=$pkgver)
options=(debug)
-_branch="43.0-xrdesktop" # tags/43.0^0
+_branch="44.1-xrdesktop" # tags/44.1^0
source=("git+https://gitlab.freedesktop.org/xrdesktop/gnome-shell.git#branch=${_branch}"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP'
@@ -57,7 +57,7 @@ build() {
}
package() {
- depends+=(libmutter-11.so)
+ depends+=(libmutter-12.so)
meson install -C build --destdir "$pkgdir"
}