From bb0db6ba15c7dd807e9dcc4fe6bdc7fe3b166afa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 4 Aug 2014 21:46:57 +0200 Subject: [PATCH] libstrophe-git: bump and switch to libressl. --- srcpkgs/libstrophe-git/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libstrophe-git/template b/srcpkgs/libstrophe-git/template index 75f5810351..71472b2769 100644 --- a/srcpkgs/libstrophe-git/template +++ b/srcpkgs/libstrophe-git/template @@ -1,10 +1,10 @@ # Template file for 'libstrophe-git' pkgname=libstrophe-git -version=20140203 +version=20140804 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config git" -makedepends="expat-devel openssl-devel" +makedepends="expat-devel zlib-devel libressl-devel" short_desc="A minimal XMPP library written in C" maintainer="Juan RP " license="GPL-3" @@ -13,7 +13,6 @@ homepage="http://strophe.im/libstrophe/" do_fetch() { git clone git://github.com/strophe/libstrophe ${pkgname}-${version} } - pre_configure() { touch NEWS README AUTHORS ChangeLog autoreconf -fi