community/opendht to 1.10.1-4

This commit is contained in:
Kevin Mihelich 2019-11-14 14:01:07 +00:00
parent e6bbd60952
commit 103d0a8a44

View file

@ -8,12 +8,12 @@
pkgname=opendht
epoch=1
pkgver=1.10.1
pkgrel=2
pkgrel=4
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=(x86_64)
url="https://github.com/savoirfairelinux/opendht"
license=(GPL3)
depends=('gnutls' 'nettle' 'readline' 'argon2' 'restbed' 'jsoncpp' 'libjsoncpp.so')
depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
makedepends=(msgpack-c cmake cython systemd cppunit)
optdepends=('python: to use the Python bindings')
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")