summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2021-06-09 00:42:38 +0200
committerGiuseppe Borzi2021-06-09 00:42:38 +0200
commit7165aae1089d7c1249ff45900bb0d303b1a1431e (patch)
tree84215f11e3d755bf41e86e3a4c838edecea0a8c5
parent1348a7c3ced326a8263a21abf476a4466fbc505d (diff)
downloadaur-7165aae1089d7c1249ff45900bb0d303b1a1431e.tar.gz
Fixed C options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2af048382091..ea466f8865ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spooles
pkgdesc = SParse Object Oriented Linear Equations Solver
pkgver = 2.2
- pkgrel = 6
+ pkgrel = 7
url = https://www.netlib.org/linalg/spooles
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1972f4e15c69..93559348767a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=spooles
pkgver=2.2
-pkgrel=6
+pkgrel=7
pkgdesc="SParse Object Oriented Linear Equations Solver"
arch=('i686' 'x86_64')
license=('custom')
@@ -30,7 +30,7 @@ prepare() {
build() {
cd ${srcdir}/$pkgname
- make CFLAGS="$CFLAGS" lib
+ make CFLAGS="$CFLAGS -Wno-error=format-security" lib
zcat "$srcdir/ReferenceManual.ps.gz" |ps2pdf - ReferenceManual.pdf
}