Date: Wednesday, July 29, 2020 @ 14:42:48
  Author: heftig
Revision: 392685

3.36.04-1

Modified:
  quadrapassel/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-29 14:38:41 UTC (rev 392684)
+++ PKGBUILD    2020-07-29 14:42:48 UTC (rev 392685)
@@ -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=quadrapassel
-pkgver=3.36.02
+pkgver=3.36.04
 pkgrel=1
 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
 url="https://wiki.gnome.org/Apps/Quadrapassel";
@@ -11,7 +11,7 @@
 depends=(clutter-gtk gsound librsvg libmanette)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=20ba3b649c078606f2fc9d12d714ea2d6c830264  # tags/3.36.02^0
+_commit=917e79267cef036ecfb8b0a2e9967eb690114af3  # tags/v3.36.04^0
 source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {

Reply via email to