Date: Saturday, May 30, 2020 @ 15:03:33 Author: heftig Revision: 387903
3.36.3-1 Modified: gnome-2048/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 15:03:06 UTC (rev 387902) +++ PKGBUILD 2020-05-30 15:03:33 UTC (rev 387903) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-2048 -pkgver=3.36.2 +pkgver=3.36.3 pkgrel=1 pkgdesc="Obtain the 2048 tile" url="https://wiki.gnome.org/Apps/2048" @@ -9,7 +9,7 @@ license=(GPL3) depends=(clutter-gtk libgee libgnome-games-support) makedepends=(meson vala yelp-tools appstream-glib git) -_commit=750061dda7e1a39c189b0d125728387959aa19f4 # tags/3.36.2^0 +_commit=3a3b48dbd2cd2ff2c5d5952561e5bf48039d9ce5 # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
