diff options
Diffstat (limited to 'community/gnunet/PKGBUILD')
-rw-r--r-- | community/gnunet/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 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') |