[arch-commits] Commit in gnome-chess/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 19:53:58 UTC 2021


    Date: Monday, November 8, 2021 @ 19:53:57
  Author: heftig
Revision: 427561

41.1-1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-08 19:37:28 UTC (rev 427560)
+++ PKGBUILD	2021-11-08 19:53:57 UTC (rev 427561)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-chess
-pkgver=40.1
+pkgver=41.1
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 url="https://wiki.gnome.org/Apps/Chess"
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection yelp-tools vala git meson) 
 optdepends=('gnuchess: Play against computer')
 groups=(gnome-extra)
-_commit=31167cdadaf81b68db9d865f36b700772fb9f26b  # tags/40.1^0
+_commit=1e5cf800528877aa9571d53503ec361f812b3705  # tags/41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -35,5 +35,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list