Date: Saturday, September 7, 2019 @ 20:21:00 Author: heftig Revision: 362022
1.8.2-1 Modified: gspell/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-07 19:56:56 UTC (rev 362021) +++ PKGBUILD 2019-09-07 20:21:00 UTC (rev 362022) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gspell -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 pkgdesc="a flexible API to implement the spell checking in a GTK+ application" url="https://wiki.gnome.org/Projects/gspell" @@ -9,8 +9,8 @@ arch=(x86_64) license=(GPL2) depends=(gtk3 enchant libxml2 iso-codes) -makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git) -_commit=ba03499234037861e01ce1e83075e8a32b9790f3 # tags/1.8.1^0 +makedepends=(gobject-introspection vala gtk-doc autoconf-archive git) +_commit=90cf3a18c26948c8c7a083cac1f8708a01838514 # tags/1.8.2^0 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit") sha256sums=('SKIP') @@ -21,6 +21,10 @@ prepare() { cd $pkgname + + # Our autoconf-archive is too new (AX_CODE_COVERAGE changed API in v28) + find -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} + + NOCONFIGURE=1 ./autogen.sh }
