Date: Sunday, October 4, 2020 @ 17:48:32 Author: heftig Revision: 397245
3.36.1-1 Modified: gnome-mines/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-04 17:43:18 UTC (rev 397244) +++ PKGBUILD 2020-10-04 17:48:32 UTC (rev 397245) @@ -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-mines -pkgver=3.36.0 +pkgver=3.36.1 pkgrel=1 pkgdesc="Clear hidden mines from a minefield" url="https://wiki.gnome.org/Apps/Mines" @@ -11,7 +11,7 @@ depends=(gtk3 librsvg libgnome-games-support) makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) groups=(gnome-extra) -_commit=a2fcc0b0e14e57c2cea41acd7fe7ee3f2a39611b # tags/3.36.0^0 +_commit=2f0dc5ac48b5739e568671182e3f370c652e4d8f # tags/3.36.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
