summaryrefslogtreecommitdiff
path: root/community/gnunet
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-08 10:51:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-08 10:51:33 -0300
commitdd824c8c5b3bbc8aba3e56aed4ea211edd1e5f59 (patch)
tree5b4a427110de4cbca29e6148566cef8e177fd107 /community/gnunet
parent7a76a1172d8ffd51f5d39cc500517cf398f473e7 (diff)
parent820b47e114141394686758f528713a7dae08c149 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/cmus/PKGBUILD community/ettercap/PKGBUILD community/gnunet/PKGBUILD extra/fltk/PKGBUILD extra/libcanberra/PKGBUILD
Diffstat (limited to 'community/gnunet')
-rw-r--r--community/gnunet/PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD
index 485f685ea..7b41b0fed 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' 'mips64el')
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,6 +20,11 @@ source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz{,.sig}
gnunet.service
gnunet.conf.d
defaults.conf)
+md5sums=('ad4fa34cea8a9e905f1353b68db179ea'
+ '5baf691913b007fb33e365239e3f7217'
+ '54cce3d2415d95b2e5bd1bd88db3a0ea'
+ 'f161b46915736e4017e77ad735521453'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')
build() {
cd $srcdir/gnunet-$pkgver
@@ -37,9 +42,3 @@ package() {
rm -rf $pkgdir/usr/include/libltdl $pkgdir/usr/lib/libltdl.* $pkgdir/usr/include/ltdl.h
install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
}
-md5sums=('4234ad22e3204941773632a1d0c2e0e8'
- '26135208534eb638f8585ccf19472c6f'
- '5baf691913b007fb33e365239e3f7217'
- '54cce3d2415d95b2e5bd1bd88db3a0ea'
- 'f161b46915736e4017e77ad735521453'
- '0fe23b2ca5b3fc47a0b5645e04406da0')