Date: Saturday, July 4, 2020 @ 13:23:01 Author: heftig Revision: 390825
3.36.1-1 Modified: gnome-nibbles/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-04 12:14:44 UTC (rev 390824) +++ PKGBUILD 2020-07-04 13:23:01 UTC (rev 390825) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gnome-nibbles -pkgver=3.36.0 +pkgver=3.36.1 pkgrel=1 pkgdesc="Guide a worm around a maze" url="https://wiki.gnome.org/Apps/Nibbles" @@ -11,7 +11,7 @@ depends=(clutter-gtk gsound librsvg libgnome-games-support libgee) makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) groups=(gnome-extra) -_commit=9111f48bececa820e5b5bc5cc7e4596d0fd7ddf0 # tags/3.36.0^0 +_commit=ab1b416c2231e0b32d878f1c35da97a04450111d # tags/3.36.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
