summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-07-16 18:26:02 +0200
committerTérence Clastres2019-07-16 18:26:02 +0200
commitd074d4b9de26d1484979fa95073670585c65c433 (patch)
tree843ebd7d383639dd8942c17dee225ec7eba89dab /PKGBUILD
parenta45415e13124439f52a08b3099db92b40c7aaf5c (diff)
downloadaur-d074d4b9de26d1484979fa95073670585c65c433.tar.gz
Update !600 hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e541ea70d7cb..f24475e370ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mutter-performance
pkgver=3.32.2+40+gccab0f470
-pkgrel=3
+pkgrel=4
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)
@@ -61,7 +61,7 @@ prepare() {
# Possible Type:
# 1. Improvement: Makes an already existing feature behave better, more efficiently/reliably.
# 2. Feature: Adds a new functionality.
- # 3. Fix: Regression/bug fix onyl available in master (not backported).
+ # 3. Fix: Regression/bug fix only available in master (not backported).
# 4. Cleanup: Code styling improvement, function deprecation, rearrangement...
@@ -177,9 +177,9 @@ prepare() {
# Title: Fix background texture corruption when resuming from suspend on Nvidia
# URL: https://gitlab.gnome.org/GNOME/mutter/merge_requests/600
# Type: 2
- # Status: 3
+ # Status: 4
# Comment:
- git cherry-pick -n b60aa2c4^..4b63986
+ git cherry-pick -n a5265365
# WIP: renderer-native: Accept frames without ever blocking
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/73