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

Jan Steffens heftig at archlinux.org
Fri May 14 21:15:31 UTC 2021


    Date: Friday, May 14, 2021 @ 21:15:30
  Author: heftig
Revision: 415516

40.1-1

Modified:
  tali/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 21:05:11 UTC (rev 415515)
+++ PKGBUILD	2021-05-14 21:15:30 UTC (rev 415516)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=tali
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="Beat the odds in a poker-style dice game"
 url="https://wiki.gnome.org/Apps/Tali"
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg libgnome-games-support)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=19292acdb838563aa7fae1d1759a3e67fc6758d0  # tags/40.0^0
+_commit=8a93c17c8c185877114291797b510e20315916c0  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -34,5 +34,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list