[arch-commits] Commit in gnome-mahjongg/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Nov 1 14:43:10 UTC 2020
Date: Sunday, November 1, 2020 @ 14:43:09
Author: heftig
Revision: 399108
3.38.3-1
Modified:
gnome-mahjongg/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-01 14:33:01 UTC (rev 399107)
+++ PKGBUILD 2020-11-01 14:43:09 UTC (rev 399108)
@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-mahjongg
-pkgver=3.38.2
+pkgver=3.38.3
pkgrel=1
pkgdesc="Disassemble a pile of tiles by removing matching pairs"
url="https://wiki.gnome.org/Apps/Mahjongg"
@@ -11,7 +11,7 @@
depends=(gtk3 librsvg)
makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
groups=(gnome-extra)
-_commit=b9b63d0baca7d7c2640acd2a8a579b41fb7b879e # tags/3.38.2^0
+_commit=2214a09cdc2def8be5ae669a92aa31550e9f7cb4 # tags/3.38.3^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit")
sha256sums=('SKIP')
@@ -25,7 +25,9 @@
}
build() {
- arch-meson $pkgname build
+ arch-meson $pkgname build \
+ -D compile-schemas=disabled \
+ -D update-icon-cache=disabled
meson compile -C build
}
More information about the arch-commits
mailing list