[arch-commits] Commit in gnome-sudoku/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Jul 23 17:57:15 UTC 2021
Date: Friday, July 23, 2021 @ 17:57:14
Author: heftig
Revision: 420337
40.2-1
Modified:
gnome-sudoku/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 17:55:19 UTC (rev 420336)
+++ PKGBUILD 2021-07-23 17:57:14 UTC (rev 420337)
@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-sudoku
-pkgver=40.1
+pkgver=40.2
pkgrel=1
pkgdesc="Test your logic skills in this number grid puzzle"
url="https://wiki.gnome.org/Apps/Sudoku"
@@ -11,7 +11,7 @@
depends=(gtk3 qqwing libgee json-glib)
makedepends=(vala yelp-tools git meson)
groups=(gnome-extra)
-_commit=19688805a4a8d3623d09482ea12bc7d58febdec5 # tags/40.1^0
+_commit=614d6d8e3eb28fcb6ef82e6f197a1c97a1cb8bc7 # tags/40.2^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.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