Date: Saturday, May 30, 2020 @ 15:03:06 Author: heftig Revision: 387902
3.36.3-1 Modified: gnome-klotski/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 14:58:19 UTC (rev 387901) +++ PKGBUILD 2020-05-30 15:03:06 UTC (rev 387902) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-klotski -pkgver=3.36.2 +pkgver=3.36.3 pkgrel=1 pkgdesc="Slide blocks to solve the puzzle" url="https://wiki.gnome.org/Apps/Klotski" @@ -11,7 +11,7 @@ depends=(gtk3 librsvg libgnome-games-support) makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git) groups=(gnome-extra) -_commit=2f806e39a1b29a2680bb89995782fd897d35a418 # tags/3.36.2^0 +_commit=e1b921fa2cf19c32b5426506db1231871f6cfe57 # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
