Date: Friday, June 17, 2022 @ 08:06:10 Author: heftig Revision: 448934
3.22.23-2: FS#75090 disable debug while broken with guile Modified: aisleriot/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-17 06:58:46 UTC (rev 448933) +++ PKGBUILD 2022-06-17 08:06:10 UTC (rev 448934) @@ -2,7 +2,7 @@ pkgname=aisleriot pkgver=3.22.23 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of patience games written in guile scheme" url="https://wiki.gnome.org/Apps/Aisleriot" arch=(x86_64) @@ -11,7 +11,7 @@ makedepends=(git meson yelp-tools appstream-glib) optdepends=('pysolfc: PySol card sets' 'pysolfc-cardsets: PySol card sets') -options=(debug) +options=(!debug) # https://bugs.archlinux.org/task/74486 _commit=730f7feb480e1b69cce0a7b333c998db6cf9b4c5 # tags/3.22.23^0 source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit") sha256sums=('SKIP')
