community/opendht to 2.4.0-1

This commit is contained in:
Kevin Mihelich 2022-04-09 16:34:51 +00:00
parent 7725b20023
commit 1a97d239bc

View file

@ -7,8 +7,8 @@
pkgname=opendht
epoch=1
pkgver=2.3.5
pkgrel=2
pkgver=2.4.0
pkgrel=1
pkgdesc="C++14 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=90022ee3e8640f0d6165c7471b2e87b5209abf7c
_commit=bb7611fc3db688ad966170016b584c480227749f
source=(git+${url}#commit=${_commit})
sha256sums=(SKIP)
@ -36,7 +36,6 @@ build() {
-DOPENDHT_STATIC=OFF \
-DOPENDHT_SYSTEMD=ON \
-DOPENDHT_SYSTEMD_UNIT_FILE_LOCATION=/usr/lib/systemd/system/ \
-DOPENDHT_LTO=ON \
-DOPENDHT_INDEX=ON \
-DOPENDHT_PYTHON=ON \
-DOPENDHT_HTTP=ON \