aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Schuck2017-12-07 13:25:01 +0100
committerJörg Schuck2017-12-07 13:25:01 +0100
commitcc076643ea8bfa34c89833175ff5335c2b12e588 (patch)
tree2635186ce39543cb72565d74de2382228ab5c424
parent5cafdee6561f104489fd9485f744fde13b20870e (diff)
downloadaur-cc076643ea8bfa34c89833175ff5335c2b12e588.tar.gz
This makes it buildable without a clean chroot.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1afd9b0dfc1a..faf283e0614b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 6 14:00:36 UTC 2017
+# Thu Dec 7 12:25:02 UTC 2017
pkgbase = enchant1.6
pkgdesc = A wrapper library for generic spell checking
pkgver = 1.6.1
- pkgrel = 4
+ pkgrel = 5
url = https://abiword.github.io/enchant/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8b6fcec98fa0..1c44a56fe5a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=enchant1.6
_pkgname=enchant
pkgver=1.6.1
-pkgrel=4
+pkgrel=5
pkgdesc="A wrapper library for generic spell checking"
arch=('i686' 'x86_64')
url="https://abiword.github.io/enchant/"
@@ -30,11 +30,11 @@ pkgver() {
prepare() {
cd $_pkgname
patch -p1 < ../makefile_1.6.patch
- NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $_pkgname
+ ./autogen.sh
./configure --prefix=/usr \
--disable-static \
--disable-ispell \