summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-05-02 17:51:29 +0200
committerTérence Clastres2019-05-02 17:51:29 +0200
commitae7b2d5046561ac9d4f5edbd3dc268b77b4e1f8f (patch)
tree15f4497c6bb68814430cc211b06196be7ddfa48c
parent6de1e96c8b2b756e20521ad9f7230aacefb9bdac (diff)
downloadaur-ae7b2d5046561ac9d4f5edbd3dc268b77b4e1f8f.tar.gz
Revert "Switch to gnome-3.32 branch"
This reverts commit 18bab092780fd8be86cdf9c9e4c896a14416f257.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617f3c9a06f3..2d1484e36115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,7 +30,7 @@ pkgbase = mutter-781835-workaround
depends = gnome-shell
provides = mutter
conflicts = mutter
- source = mutter-781835-workaround::git+https://gitlab.gnome.org/GNOME/mutter.git#branch=gnome-3-32
+ source = mutter-781835-workaround::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=e3f3274bbf631c57f9a01b7bead6ebf6374f5be4
source = 0001-wayland-output-Report-unscaled-size-even-in-logical-.patch
source = 216.patch
source = revert.patch
@@ -40,4 +40,3 @@ pkgbase = mutter-781835-workaround
sha256sums = 2d2e305e0a6cca087bb8164f81bdc0ae7a5ca8e9c13c81d7fd5252eb3563fc09
pkgname = mutter-781835-workaround
-
diff --git a/PKGBUILD b/PKGBUILD
index a94e45678ad8..418634d1a246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,8 @@ checkdepends=(xorg-server-xvfb)
provides=(mutter)
conflicts=(mutter)
groups=(gnome)
-source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#branch=gnome-3-32"
+_commit=e3f3274bbf631c57f9a01b7bead6ebf6374f5be4 # tags/3.32.1^0
+source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
0001-wayland-output-Report-unscaled-size-even-in-logical-.patch
216.patch
revert.patch)