From d8679f0250762892ab1e1a6d71badc2e9d42a526 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 12 Apr 2014 03:59:45 +0000 Subject: Sat Apr 12 03:57:05 UTC 2014 --- community/gnunet/PKGBUILD | 14 +++++++------- community/gnunet/gnunet.install | 7 ------- 2 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 community/gnunet/gnunet.install (limited to 'community/gnunet') 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 # Contributor: wahnby 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' -} -- cgit v1.2.3-54-g00ecf