summaryrefslogtreecommitdiff
path: root/libre/abiword
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-12 21:14:02 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-12 21:14:02 -0500
commitfa448341ae3f4f031d83c80130473a46e681c4b3 (patch)
tree2eee8bab13cc5956d4c043eb62ad4cfe0ed7f8a1 /libre/abiword
parentd42fa3a3a3f586ff497943b51646e9ace0078312 (diff)
abiword-3.0.2-7.parabola1: rebuild
Diffstat (limited to 'libre/abiword')
-rw-r--r--libre/abiword/PKGBUILD7
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
}