From 67db4cf68dbdb364c4dee1599294d7701f3c3b0a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Jun 2012 00:01:46 +0000 Subject: Tue Jun 5 00:01:46 UTC 2012 --- community/gnunet/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/gnunet') diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index de4c1913a..4a6a82c1d 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 67758 2012-03-14 10:41:00Z spupykin $ +# $Id: PKGBUILD 71937 2012-06-03 21:24:21Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: wahnby pkgname=gnunet -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=1 pkgdesc="A framework for secure peer-to-peer networking" arch=('i686' 'x86_64') url="http://gnunet.org" license=('GPL') -depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite3' 'curl' +depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'curl' 'libmicrohttpd' 'libunistring') makedepends=('gettext' 'pkgconfig') backup=(etc/gnunetd.conf) @@ -19,13 +19,14 @@ source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz gnunet.rc gnunet.conf.d defaults.conf) -md5sums=('ecb3c0853e3b8feae6e6b16e69e0d527' +md5sums=('7d2b75d8662804b8047c98ed59979dcb' '5baf691913b007fb33e365239e3f7217' 'f161b46915736e4017e77ad735521453' '0fe23b2ca5b3fc47a0b5645e04406da0') build() { cd $srcdir/gnunet-$pkgver + sed -i 's|contrib doc|doc|' Makefile.* [ -f Makefile ] || ./configure --prefix=/usr --without-mysql make } -- cgit v1.2.3-54-g00ecf