summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c16d3ff5af40..1815c5822154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libtexprintf
pkgver=1.25
-pkgrel=3
+pkgrel=4
pkgdesc="Formatted Output with tex-like syntax support"
arch=('i686' 'x86_64')
url='https://github.com/bartp5/libtexprintf'
@@ -16,7 +16,6 @@ provides=('libtexprintf')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh
./configure --prefix=/usr --enable-shared=yes --enable-static=yes
make CFLAGS="$(echo ${CFLAGS} | sed 's_-Werror=format-security__')" all -j${nprocs}
}