mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opendht to 2.3.5-2
This commit is contained in:
parent
fe8dbd62b1
commit
f86aa46079
1 changed files with 4 additions and 3 deletions
|
@ -8,14 +8,15 @@
|
|||
pkgname=opendht
|
||||
epoch=1
|
||||
pkgver=2.3.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/savoirfairelinux/opendht"
|
||||
license=(GPL3)
|
||||
depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-parser openssl)
|
||||
makedepends=(git cmake msgpack-c msgpack-cxx asio restinio cython python-setuptools cppunit)
|
||||
optdepends=('python: to use the Python bindings')
|
||||
makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools cppunit)
|
||||
optdepends=('python: to use the Python bindings'
|
||||
'msgpack-cxx: linking against opendht')
|
||||
_commit=90022ee3e8640f0d6165c7471b2e87b5209abf7c
|
||||
source=(git+${url}#commit=${_commit})
|
||||
sha256sums=(SKIP)
|
||||
|
|
Loading…
Reference in a new issue