mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opendht to 1.10.1-4
This commit is contained in:
parent
e6bbd60952
commit
103d0a8a44
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue