Date: Saturday, May 30, 2020 @ 15:06:08 Author: heftig Revision: 387908
3.36.3-1 Modified: gnome-tetravex/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 15:05:23 UTC (rev 387907) +++ PKGBUILD 2020-05-30 15:06:08 UTC (rev 387908) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-tetravex -pkgver=3.36.2 +pkgver=3.36.3 pkgrel=1 pkgdesc="Complete the puzzle by matching numbered tiles" url="https://wiki.gnome.org/Apps/Tetravex" @@ -11,7 +11,7 @@ depends=(gtk3) makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git) groups=(gnome-extra) -_commit=0a12a10343ac49ffd4564e7eb6212d7145d5a2af # tags/3.36.2^0 +_commit=12dbb1a1fbdff5edfa74b3cf8e0c4a35bc8fb9f0 # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build -D build_cli=true - ninja -C build + meson compile -C build } check() {
