From 6cbbf0e77e4c6f122f82ab3707a85d24069198c3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 16 Jan 2018 01:37:04 -0200 Subject: [PATCH] libdill: update to 2.0. Closes: #10863 [via git-merge-pr] --- srcpkgs/libdill/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libdill/template b/srcpkgs/libdill/template index d99698d9c6c..43028170f3c 100644 --- a/srcpkgs/libdill/template +++ b/srcpkgs/libdill/template @@ -1,6 +1,6 @@ # Template file for 'libdill' pkgname=libdill -version=1.7 +version=2.0 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -9,7 +9,7 @@ maintainer="Tai Chi Minh Ralph Eastwood " license="MIT" homepage="http://libdill.org/" distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz" -checksum=5bf994baa7b25e94002209832fb46ca1670673ed319f8c879946d327e9725a62 +checksum=b61f5f6385db8019c7df22e3c0e9176c5e7b572058ca698b71081c2bb9b0dbb3 pre_configure() { export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"