Date: Friday, September 13, 2019 @ 12:06:38 Author: heftig Revision: 362512
3.34.0-1 Modified: hitori/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 12:03:34 UTC (rev 362511) +++ PKGBUILD 2019-09-13 12:06:38 UTC (rev 362512) @@ -1,7 +1,7 @@ # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=hitori -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="GTK+ application to generate and let you play games of Hitori" arch=(x86_64) @@ -8,9 +8,9 @@ url="https://wiki.gnome.org/Apps/Hitori" license=(GPL) depends=(gtk3) +makedepends=(yelp-tools appstream-glib git meson) groups=(gnome-extra) -makedepends=(yelp-tools appstream-glib git meson) -_commit=0753a063677e2a4cfe5c0948d3a08402f9da7b67 # tags/3.32.0^0 +_commit=8859bfe3ecd8a4c3ee198ef62f211a09b5cfbd0a # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/hitori.git#commit=$_commit") sha256sums=('SKIP')
