Date: Sunday, September 27, 2020 @ 15:42:44 Author: heftig Revision: 396716
3.22.12-1 Modified: aisleriot/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 14:59:01 UTC (rev 396715) +++ PKGBUILD 2020-09-27 15:42:44 UTC (rev 396716) @@ -1,7 +1,7 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=aisleriot -pkgver=3.22.11 +pkgver=3.22.12 pkgrel=1 pkgdesc="A collection of patience games written in guile scheme" url="https://wiki.gnome.org/Apps/Aisleriot" @@ -11,7 +11,7 @@ makedepends=(git meson yelp-tools appstream-glib) optdepends=('pysolfc: PySol card sets' 'pysolfc-cardsets: PySol card sets') -_commit=08104246822df8286d3f0d7b30b697d644ddc656 # tags/3.22.11^0 +_commit=760adcccdc82f3f9aae1c241404a02d8afa2c5fd # tags/3.22.12^0 source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,7 @@ -D theme_kde=false \ -D theme_pysol=true \ -D theme_pysol_path=/usr/share/PySolFC - ninja -C build + meson compile -C build } check() {
