diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-05 10:41:44 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-05 10:41:44 -0300 |
commit | 957557945e9be0a00d5153afc17f69ffe751426f (patch) | |
tree | 4d321dff70c4fdd1ee3fa5d64db0fdd0dc1dd2e8 /community/gnunet | |
parent | cbba2111ae585b17594535ec01f13bac66937331 (diff) | |
parent | 67db4cf68dbdb364c4dee1599294d7701f3c3b0a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/collectd/PKGBUILD
community/exim/PKGBUILD
community/nsd/PKGBUILD
extra/phonon-vlc/PKGBUILD
Diffstat (limited to 'community/gnunet')
-rw-r--r-- | community/gnunet/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index 2ef3834a3..bd14a7e84 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 <pupykin.s+arch@gmail.com> # Contributor: wahnby <wahnby@yahoo.fr> 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' 'mips64el') 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 } |