diff --git a/community/opendht/PKGBUILD b/community/opendht/PKGBUILD index 1fea1f6a4..86f0cb079 100644 --- a/community/opendht/PKGBUILD +++ b/community/opendht/PKGBUILD @@ -7,8 +7,8 @@ pkgname=opendht epoch=1 -pkgver=2.5.2 -pkgrel=2 +pkgver=2.5.5 +pkgrel=1 pkgdesc="C++17 Distributed Hash Table (DHT) implementation" arch=(x86_64) url="https://github.com/savoirfairelinux/opendht" @@ -17,7 +17,7 @@ depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-pars makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools cppunit) optdepends=('python: to use the Python bindings' 'msgpack-cxx: linking against opendht') -_commit=adf57ce2f02e1fd241c07e641e761f360e7fb108 +_commit=d2f29b72c33b9a949c9ae8f96bb80048987f1c07 source=(git+${url}#commit=${_commit}) sha256sums=('SKIP')