summaryrefslogtreecommitdiff
path: root/community/gnunet/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-07 15:36:41 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-07 15:36:41 -0300
commita26b853afe341750545abc491be00683400c7fe3 (patch)
treee7e9e9987579b1e16bfbcb0fdfcb98fbd7417038 /community/gnunet/PKGBUILD
parentf8a4c93c94e6da2a2f59971a3db4dd84f99b272a (diff)
added signature because md5sum failed
Diffstat (limited to 'community/gnunet/PKGBUILD')
-rw-r--r--community/gnunet/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD
index bd14a7e84..e9e17f0ad 100644
--- a/community/gnunet/PKGBUILD
+++ b/community/gnunet/PKGBUILD
@@ -15,14 +15,10 @@ makedepends=('gettext' 'pkgconfig')
backup=(etc/gnunetd.conf)
options=('!libtool' '!makeflags')
install=gnunet.install
-source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz
+source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz{,.sig}
gnunet.rc
gnunet.conf.d
defaults.conf)
-md5sums=('7d2b75d8662804b8047c98ed59979dcb'
- '5baf691913b007fb33e365239e3f7217'
- 'f161b46915736e4017e77ad735521453'
- '0fe23b2ca5b3fc47a0b5645e04406da0')
build() {
cd $srcdir/gnunet-$pkgver
@@ -39,3 +35,8 @@ package() {
install -D -m0644 $srcdir/defaults.conf $pkgdir/etc/gnunetd.conf
rm -rf $pkgdir/usr/include/libltdl $pkgdir/usr/lib/libltdl.* $pkgdir/usr/include/ltdl.h
}
+md5sums=('4234ad22e3204941773632a1d0c2e0e8'
+ '26135208534eb638f8585ccf19472c6f'
+ '5baf691913b007fb33e365239e3f7217'
+ 'f161b46915736e4017e77ad735521453'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')