summaryrefslogtreecommitdiff
path: root/community/gnunet
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
commitd8679f0250762892ab1e1a6d71badc2e9d42a526 (patch)
tree2c5893ffb5a88532e043973210221d10ce07f808 /community/gnunet
parent10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff)
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/gnunet')
-rw-r--r--community/gnunet/PKGBUILD14
-rw-r--r--community/gnunet/gnunet.install7
2 files changed, 7 insertions, 14 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD
index 6c5501197..ff38d6c52 100644
--- a/community/gnunet/PKGBUILD
+++ b/community/gnunet/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 105576 2014-02-10 13:48:00Z spupykin $
+# $Id: PKGBUILD 109112 2014-04-10 13:51:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>
pkgname=gnunet
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
pkgdesc="A framework for secure peer-to-peer networking"
arch=('i686' 'x86_64')
url="http://gnunet.org"
@@ -12,18 +12,18 @@ license=('GPL')
depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'gnurl'
'libmicrohttpd' 'libunistring' 'libidn')
makedepends=('gettext' 'pkgconfig'
- 'bluez-libs' 'python' 'glpk' 'libpulse')
+ 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
optdepends=('bluez-libs'
'python'
'glpk'
- 'libpulse')
+ 'libpulse'
+ 'opus')
backup=(etc/gnunetd.conf)
options=('!makeflags')
-install=gnunet.install
source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
gnunet.service
defaults.conf)
-md5sums=('8bff8280c90780b17786fd8b95f12f72'
+md5sums=('b1171f038473f8eb7fe86db138624ff7'
'54cce3d2415d95b2e5bd1bd88db3a0ea'
'0fe23b2ca5b3fc47a0b5645e04406da0')
diff --git a/community/gnunet/gnunet.install b/community/gnunet/gnunet.install
deleted file mode 100644
index b9aff1dfe..000000000
--- a/community/gnunet/gnunet.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- echo 'Change nobody to proper username in /etc/conf.d/gnunetd'
-}
-
-post_upgrade() {
- echo 'Change nobody to proper username in /etc/conf.d/gnunetd'
-}