summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-04-03 23:28:13 +0200
committerTérence Clastres2019-04-03 23:28:13 +0200
commit5be12a8671bfbcb8a14512703187431e6b831b46 (patch)
tree29e575039521aacfda0f728e860b99103f5c4bfb
parent1a098e6a0e9b2a8d25848bf0d7e50b50f2e00ec8 (diff)
downloadaur-5be12a8671bfbcb8a14512703187431e6b831b46.tar.gz
update commit hash
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b0a99d8c497..c165a6e7a4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,11 +61,11 @@ prepare() {
# clutter-stage-cogl: Reduce output latency and reduce missed frames too [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/281
# first commit replaced by !363
- git cherry-pick -n 186f16f8
+ git cherry-pick -n f5a1ec1c
# Consolidate all frame throttling into clutter-stage-cogl [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/363
- git cherry-pick -n 577084a4^..c71e6523
+ git cherry-pick -n fd8a2de8^..265772a4
# clutter-actor: Add detail to captured-event signal [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/283