community/opendht to 1.10.1-2

This commit is contained in:
Kevin Mihelich 2019-09-14 23:55:16 +00:00
parent bef7139228
commit 6980ebd3bc

View file

@ -8,12 +8,12 @@
pkgname=opendht
epoch=1
pkgver=1.10.1
pkgrel=1
pkgrel=2
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 jsoncpp restbed)
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")