community/opendht to 2.3.5-2

This commit is contained in:
Kevin Mihelich 2022-03-18 23:29:18 +00:00
parent fe8dbd62b1
commit f86aa46079

View file

@ -8,14 +8,15 @@
pkgname=opendht pkgname=opendht
epoch=1 epoch=1
pkgver=2.3.5 pkgver=2.3.5
pkgrel=1 pkgrel=2
pkgdesc="C++14 Distributed Hash Table (DHT) implementation" pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
arch=(x86_64) arch=(x86_64)
url="https://github.com/savoirfairelinux/opendht" url="https://github.com/savoirfairelinux/opendht"
license=(GPL3) license=(GPL3)
depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-parser openssl) 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) makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools cppunit)
optdepends=('python: to use the Python bindings') optdepends=('python: to use the Python bindings'
'msgpack-cxx: linking against opendht')
_commit=90022ee3e8640f0d6165c7471b2e87b5209abf7c _commit=90022ee3e8640f0d6165c7471b2e87b5209abf7c
source=(git+${url}#commit=${_commit}) source=(git+${url}#commit=${_commit})
sha256sums=(SKIP) sha256sums=(SKIP)