summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d585456a180..05f48abcae72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Carter <alt.mcarter@gmail.com>
pkgname=neoleo
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight curses spreadsheet based on GNU oleo"
arch=('i686' 'x86_64')
url="https://github.com/blippy/neoleo"
@@ -13,7 +13,7 @@ md5sums=('c7602089853a4b38f90e7fe5874c9b2f')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure LDFLAGS="-ltinfo" --prefix=/usr
make
}