community/opendht to 2.3.2-1

This commit is contained in:
David Beauchamp 2022-02-16 16:01:46 -05:00
parent 016d30015c
commit 2836e883ca

View file

@ -7,8 +7,8 @@
pkgname=opendht pkgname=opendht
epoch=1 epoch=1
pkgver=2.3.1.r7+ga89e4d62 pkgver=2.3.2
pkgrel=4 pkgrel=1
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"
@ -16,7 +16,7 @@ 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-c msgpack-cxx asio restinio cython python-setuptools cppunit)
optdepends=('python: to use the Python bindings') optdepends=('python: to use the Python bindings')
_commit=a89e4d626eae388bfd4049faadcb5deec58fb6fc _commit=db000a2f8849584f84a26cba8583a188741e0418
source=(git+${url}#commit=${_commit}) source=(git+${url}#commit=${_commit})
sha256sums=(SKIP) sha256sums=(SKIP)