[arch-commits] Commit in opendht/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Feb 16 23:54:45 UTC 2020


    Date: Sunday, February 16, 2020 @ 23:54:44
  Author: archange
Revision: 573738

upgpkg: opendht 1:2.0.0rc2-1

Modified:
  opendht/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 23:54:16 UTC (rev 573737)
+++ PKGBUILD	2020-02-16 23:54:44 UTC (rev 573738)
@@ -3,17 +3,17 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.10.1
-pkgrel=4
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+pkgver=2.0.0rc2
+pkgrel=1
+pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht"
 license=(GPL3)
-depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
-makedepends=(msgpack-c cmake cython systemd cppunit)
+depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp libjsoncpp.so)
+makedepends=(msgpack-c cmake cython cppunit restinio)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
+sha256sums=('f47979d30b1dc88c6a8c0a898d1a3ebe7cfa2c96f6b766802286201b4e8af87e')
 
 prepare() {
   mkdir -p build
@@ -33,6 +33,7 @@
     -DOPENDHT_TOOLS=ON \
     -DOPENDHT_INDEX=ON \
     -DOPENDHT_PYTHON=ON \
+    -DOPENDHT_HTTP=ON \
     -DOPENDHT_PROXY_SERVER=ON \
     -DOPENDHT_PROXY_CLIENT=ON \
     -DOPENDHT_PUSH_NOTIFICATIONS=ON



More information about the arch-commits mailing list