summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-06-01 16:56:40 +0700
committerAchmad Fathoni2021-06-01 16:56:40 +0700
commite1d94d18d7e63376974e0bf4893f38e365843230 (patch)
tree7700b7080e3ce6d78a23bc614e562fa4b37e70ec
parentf461330b5426fc97c5109e889c26a7e93af81896 (diff)
downloadaur-e1d94d18d7e63376974e0bf4893f38e365843230.tar.gz
Ignore format-security error
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989a0da6722c..96326e908753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libxml
pkgdesc = The XML C parser and toolkit of Gnome. Older version.
pkgver = 1.8.17
- pkgrel = 1
+ pkgrel = 2
url = http://xmlsoft.org/
arch = i686
arch = x86_64
@@ -12,4 +12,3 @@ pkgbase = libxml
md5sums = 53846294aa850a7d042948176d1d19dc
pkgname = libxml
-
diff --git a/PKGBUILD b/PKGBUILD
index 02e0d54985ab..63199849bf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer : Achmad Fathoni <fathoni DOT id AT gmail DOT com>
# Contributor: Jonathon Fernyhough <jonathon_at manjaro dot_org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=libxml
pkgver=1.8.17
-pkgrel=1
+pkgrel=2
pkgdesc="The XML C parser and toolkit of Gnome. Older version."
arch=(i686 x86_64)
url="http://xmlsoft.org/"
@@ -23,7 +24,7 @@ build() {
autoreconf -fi
./configure --prefix=/usr --enable-static=no
- make
+ make CFLAGS=-Wno-format-security
}
package() {