summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMingi Sung2023-12-09 14:35:23 +0900
committerMingi Sung2023-12-09 14:35:23 +0900
commit515059f343442ffa7677ac1ab737d7895a673fc5 (patch)
tree7568566b925de223cfa8dceb5fad23da24939ef9 /PKGBUILD
parent27105307c5b8026dc8244b39111f72f0d39e1be5 (diff)
downloadaur-515059f343442ffa7677ac1ab737d7895a673fc5.tar.gz
Sync to gnome-45
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20aa5c796f68..295beced254d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ else
pkgname=(mutter-performance mutter-performance-docs)
fi
epoch=1
-pkgver=45.1
+pkgver=45.2
pkgrel=1
pkgdesc="A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -74,7 +74,7 @@ makedepends=(
if [ -n "$_enable_check" ]; then
checkdepends=(gnome-session xorg-server-xvfb pipewire-session-manager python-dbusmock zenity)
fi
-_commit=c71a119de06d8937930e4d1adf06ff0c2b259653 # tags/45.1^0
+_commit=08de409d40a92f8bf74ee8005b382aa194d76a45 # tags/45.2^0
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr1441.patch'
'mr3327.patch')