summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79d6428dabc2..e5573adc6710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dict-wn
pkgver=3.1
_debver=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="WordNet for dictd et al."
arch=('any')
url="https://wordnet.princeton.edu/"
@@ -44,7 +44,9 @@ prepare()
build() {
cd "WordNet-${_debver}"
./configure
- make
+
+ # Builiding fails with -jN where N>1.
+ make -j1
}
package() {