summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2017-09-30 18:35:21 +0100
committergrufo2017-09-30 18:35:21 +0100
commite8e87c78328e974ecc96f3ef6ddc5177f5893c9e (patch)
treebc649d1083f079be2c765c9693951fd2e707424e /PKGBUILD
parent278f589a4e16e42b4dfcb4c21e79e239dee96c6c (diff)
downloadaur-e8e87c78328e974ecc96f3ef6ddc5177f5893c9e.tar.gz
md5sums updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41c4a293866e..050d50623f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ url='https://madmurphy.github.io/libconfini/'
license=('GPL')
makedepends=('intltool')
source=("https://github.com/madmurphy/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('7f8f066d722570a5018a109d13c02ad6')
+md5sums=('63b12cca85a85fcfe5666152a33f5b52')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
./autogen.sh
- ./configure --prefix=/usr CFLAGS='-g -O3'
+ ./configure --prefix=/usr CFLAGS='-pedantic -std=c99 -g -O3'
}