Date: Saturday, May 30, 2020 @ 15:04:17 Author: heftig Revision: 387904
3.36.3-1 Modified: gnome-taquin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 15:03:33 UTC (rev 387903) +++ PKGBUILD 2020-05-30 15:04:17 UTC (rev 387904) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-taquin -pkgver=3.36.2 +pkgver=3.36.3 pkgrel=1 pkgdesc="Move tiles so that they reach their places" url="https://wiki.gnome.org/Apps/Taquin" @@ -11,7 +11,7 @@ depends=(gtk3 librsvg gsound) makedepends=(meson vala yelp-tools appstream-glib git) groups=(gnome-extra) -_commit=4cca79c79f82ab67957ecbdef12a43d8a571e83d # tags/3.36.2^0 +_commit=567d6d89d48c2039d45f5d7677d8ec3331c5a497 # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
