summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMingi Sung2022-11-01 21:50:24 +0900
committerMingi Sung2022-11-01 21:50:24 +0900
commit03e03bba6c88ab966900b81f7fee25c0596ddca6 (patch)
treee694a6073684cf3a79351ddb725fe5cb695e4345 /PKGBUILD
parent372a78131f04efb1c584a72277b4461c0efa2b99 (diff)
downloadaur-03e03bba6c88ab966900b81f7fee25c0596ddca6.tar.gz
Sync to gnome-43
Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e13fa7b623eb..04cb12796bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
## MERGE REQUESTS SELECTION
# Merge Requests List: ('579' '1441' '1880')
-_merge_requests_to_use=('1441')
+_merge_requests_to_use=('1441' '1880')
## Disable building a DOCS package
# Remember to unset this variable when producing .SRCINFO
@@ -29,8 +29,8 @@ if [ -n "$_disable_docs" ]; then
else
pkgname=(mutter-performance mutter-performance-docs)
fi
-pkgver=43.0+r87+g986d3be7a
-pkgrel=2
+pkgver=43.0+r88+gc57a500cc
+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"
arch=(x86_64)
@@ -42,7 +42,7 @@ depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols sysprof gi-docgen)
checkdepends=(xorg-server-xvfb pipewire-session-manager python-dbusmock zenity)
-_commit=986d3be7ac60859bc614c73182582fee4c9607c8 # tags/43.0^87
+_commit=c57a500ccbd16694e7cbb3408b1da5dc8efb44ba # tags/43.0^88
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr1441.patch'
'mr1880.patch')