summarylogtreecommitdiffstats
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
parentf88779bb03885d94a80bcdf1e644d7549a5db9ef (diff)
downloadaur-e88fe5447366cc51119c138b50019354332efa8e.tar.gz
fix PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 435a801a260a..72b1e6c31eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtexprintf
pkgdesc = Formatted Output with tex-like syntax support
pkgver = 1.25
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/bartp5/libtexprintf
arch = i686
arch = x86_64
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}
}