[arch-commits] Commit in five-or-more/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 19:01:39 UTC 2022


    Date: Saturday, April 2, 2022 @ 19:01:39
  Author: heftig
Revision: 441307

3.32.3-1

Modified:
  five-or-more/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 19:01:16 UTC (rev 441306)
+++ PKGBUILD	2022-04-02 19:01:39 UTC (rev 441307)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=five-or-more
-pkgver=3.32.2
+pkgver=3.32.3
 pkgrel=1
 pkgdesc="Remove colored balls from the board by forming lines"
 url="https://wiki.gnome.org/Apps/Five%20or%20more"
@@ -11,7 +11,8 @@
 depends=(gtk3 librsvg libgnome-games-support)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson vala)
 groups=(gnome-extra)
-_commit=8bca9324f02f650e5d8e7206d55e5aaf9c46e28f  # tags/3.32.2^0
+options=(debug)
+_commit=3cf5c431460ff812bc4af59e41772aa7dbe4e68f  # tags/3.32.3^0
 source=("git+https://gitlab.gnome.org/GNOME/five-or-more.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -34,5 +35,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list