mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/opendht to 1.10.1-2
This commit is contained in:
parent
bef7139228
commit
6980ebd3bc
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue