[arch-commits] Commit in gnunet/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jun 1 22:34:41 UTC 2019
Date: Saturday, June 1, 2019 @ 22:34:40
Author: arojas
Revision: 476558
Update to 0.11.4
Modified:
gnunet/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-01 21:50:36 UTC (rev 476557)
+++ PKGBUILD 2019-06-01 22:34:40 UTC (rev 476558)
@@ -2,7 +2,7 @@
# Contributor: wahnby <wahnby at yahoo.fr>
pkgname=gnunet
-pkgver=0.11.1
+pkgver=0.11.4
pkgrel=1
pkgdesc="A framework for secure peer-to-peer networking"
arch=('x86_64')
@@ -9,9 +9,8 @@
url="http://gnunet.org"
license=('GPL')
depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'gnurl'
- 'libmicrohttpd' 'libunistring' 'libidn')
-makedepends=('gettext' 'pkgconfig'
- 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
+ 'libmicrohttpd' 'libunistring' 'libidn' 'jansson')
+makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
optdepends=('bluez-libs'
'python'
'glpk'
@@ -21,26 +20,27 @@
options=('!makeflags')
# TODO: key revoked, check for new signature on new release
# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
-source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
gnunet.service
defaults.conf)
validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
-md5sums=('34d4ba39453acb96db35ec01aabaacf4'
+md5sums=('SKIP'
'54cce3d2415d95b2e5bd1bd88db3a0ea'
'0fe23b2ca5b3fc47a0b5645e04406da0')
build() {
- cd "$srcdir"/gnunet-${pkgver/_/}
+ cd gnunet
sed -i 's|contrib doc|doc|' Makefile.*
+ ./bootstrap
[ -f Makefile ] || ./configure --prefix=/usr \
- --without-mysql \
- --with-nssdir=/usr/lib
+ --without-mysql
make
make -C contrib
}
package() {
- cd "$srcdir"/gnunet-${pkgver/_/}
+ cd gnunet
make DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" -C contrib install
install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
More information about the arch-commits
mailing list