mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/opendht to 2.4.0-1
This commit is contained in:
parent
7725b20023
commit
1a97d239bc
1 changed files with 3 additions and 4 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue