diff options
-rw-r--r-- | libre/abiword/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD index 2990c6ce4..de34b2ec4 100644 --- a/libre/abiword/PKGBUILD +++ b/libre/abiword/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> -# Contributor: André Silva <emulatorman@hyperbola.info> # Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> # Contributor (Arch): Maël Lavault <moimael@neuf.fr> +# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info> # Maintainer: Andreas Grapentin <andreas@grapentin.org> # Contributor: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=abiword pkgver=3.0.2 -pkgrel=6.parabola1 +pkgrel=7.parabola1 arch=(i686 x86_64 armv7h) pkgdesc="Fully-featured word processor, without Google search engine and nonfree fonts support" @@ -76,6 +76,9 @@ prepare() { # Generate m4 file for configure find plugins -name plugin.m4 | xargs cat > plugin-configure.m4 + # enchant-2 naming change + sed -i 's/enchant >=/enchant-2 >=/' configure.ac + libtoolize --force autoreconf -fi } |