From 1f10c2796e1729997b2b50c8d1d9aa7a88c089ff Mon Sep 17 00:00:00 2001 From: Saren Arterius Date: Sat, 5 Jun 2021 12:32:57 +0800 Subject: [PATCH] sync --- .SRCINFO | 2 +- PKGBUILD | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 22f005b..41ece5b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = mutter-performance pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync pkgver = 40.1 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.gnome.org/GNOME/mutter install = mutter.install arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index ae74992..3ecccfb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ _merge_requests_to_use=() pkgname=mutter-performance pkgver=40.1 -pkgrel=1 +pkgrel=2 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) @@ -70,6 +70,8 @@ pick_mr() { prepare() { cd $pkgname + # https://bugs.archlinux.org/task/71027 + git cherry-pick -n f954ff84b8e98be7017bd0ac0521f568d93f62e2 ### Adding and fetching remotes providing the selected merge-requests ### Only needed when there is no MR opened