diff options
author | root <root@rshg054.dnsready.net> | 2012-11-08 01:42:46 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-08 01:42:46 -0800 |
commit | 820b47e114141394686758f528713a7dae08c149 (patch) | |
tree | 4a11170763d1f324b933f92fa77994f7b71827fc /community/gnunet/PKGBUILD | |
parent | a8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff) |
Thu Nov 8 01:42:46 PST 2012
Diffstat (limited to 'community/gnunet/PKGBUILD')
-rw-r--r-- | community/gnunet/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index 1f63c7d37..a75b774cc 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 78354 2012-10-17 15:17:48Z spupykin $ +# $Id: PKGBUILD 79549 2012-11-07 09:34:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: wahnby <wahnby@yahoo.fr> pkgname=gnunet -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.4 +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' 'sqlite' 'curl' - 'libmicrohttpd' 'libunistring') + 'libmicrohttpd' 'libunistring' 'libidn') makedepends=('gettext' 'pkgconfig') backup=(etc/gnunetd.conf) options=('!libtool' '!makeflags') @@ -20,7 +20,7 @@ source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz gnunet.service gnunet.conf.d defaults.conf) -md5sums=('4234ad22e3204941773632a1d0c2e0e8' +md5sums=('ad4fa34cea8a9e905f1353b68db179ea' '5baf691913b007fb33e365239e3f7217' '54cce3d2415d95b2e5bd1bd88db3a0ea' 'f161b46915736e4017e77ad735521453' |