summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosé Joaquín Zubieta Rico2023-11-13 14:52:53 -0600
committerJosé Joaquín Zubieta Rico2023-11-13 14:52:53 -0600
commite88fe5447366cc51119c138b50019354332efa8e (patch)
tree0823a6b849a0c786fa821d60d3635c29f7023041 /PKGBUILD
parentf88779bb03885d94a80bcdf1e644d7549a5db9ef (diff)
downloadaur-libtexprintf.tar.gz
fix PKGBUILD
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}
}