[arch-commits] Commit in mutter/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 13 19:39:13 UTC 2021
Date: Thursday, May 13, 2021 @ 19:39:13
Author: heftig
Revision: 415465
40.1-1
Modified:
mutter/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 19:38:23 UTC (rev 415464)
+++ PKGBUILD 2021-05-13 19:39:13 UTC (rev 415465)
@@ -3,7 +3,7 @@
# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
pkgname=mutter
-pkgver=40.0+103+ga49dc7839
+pkgver=40.1
pkgrel=1
pkgdesc="A window manager for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -18,7 +18,7 @@
provides=(libmutter-8.so)
groups=(gnome)
install=mutter.install
-_commit=a49dc78396bda45da43ac111ffdceeca2892800d # master
+_commit=faf4240c74024d04f88986f95f65364ca8121ba4 # tags/40.1^0
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
sha256sums=('SKIP')
@@ -65,5 +65,5 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
}
More information about the arch-commits
mailing list