[arch-commits] Commit in hitori/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue May 25 21:10:51 UTC 2021
Date: Tuesday, May 25, 2021 @ 21:10:51
Author: heftig
Revision: 416451
3.38.2-1
Modified:
hitori/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-25 17:38:11 UTC (rev 416450)
+++ PKGBUILD 2021-05-25 21:10:51 UTC (rev 416451)
@@ -2,7 +2,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=hitori
-pkgver=3.38.1
+pkgver=3.38.2
pkgrel=1
pkgdesc="GTK+ application to generate and let you play games of Hitori"
arch=(x86_64)
@@ -11,7 +11,7 @@
depends=(gtk3)
makedepends=(yelp-tools appstream-glib git meson)
groups=(gnome-extra)
-_commit=fd3ceab306ff367d64dd70d2c39a86b33114dae3 # tags/3.38.1^0
+_commit=ef5bb7591b7b6dafe9354107fd4a0ca10eeb6a78 # tags/3.38.2^0
source=("git+https://gitlab.gnome.org/GNOME/hitori.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