summaryrefslogtreecommitdiff
path: root/community/gnunet-gtk/PKGBUILD
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-gtk/PKGBUILD
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-gtk/PKGBUILD')
-rw-r--r--community/gnunet-gtk/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gnunet-gtk/PKGBUILD b/community/gnunet-gtk/PKGBUILD
index e8e7f7a5e..c8cadf107 100644
--- a/community/gnunet-gtk/PKGBUILD
+++ b/community/gnunet-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71939 2012-06-03 21:25:05Z spupykin $
+# $Id: PKGBUILD 79553 2012-11-07 10:36:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>
pkgname=gnunet-gtk
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="A frontend for GNUnet"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('gnunet' 'glade' 'adns')
makedepends=('pkgconfig')
source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
-md5sums=('0ca9f143a928ee29ddc3c60e1d4b6dc8')
+md5sums=('cf4c949c20033fe2b392f1b478ce2522')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -24,4 +24,5 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
+ mv $pkgdir/usr/share/doc/gnunet $pkgdir/usr/share/doc/gnunet-gtk
}