[arch-commits] Commit in opendht/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Apr 5 20:58:43 UTC 2020
Date: Sunday, April 5, 2020 @ 20:58:42
Author: archange
Revision: 611986
jsoncpp 1.9.2 rebuild
(Revert PKGBUILD to repo version)
Modified:
opendht/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 20:45:42 UTC (rev 611985)
+++ PKGBUILD 2020-04-05 20:58:42 UTC (rev 611986)
@@ -3,17 +3,17 @@
pkgname=opendht
epoch=1
-pkgver=2.0.0rc2
-pkgrel=1
-pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
+pkgver=1.10.1
+pkgrel=5
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=(x86_64)
url="https://github.com/savoirfairelinux/opendht"
license=(GPL3)
-depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp libjsoncpp.so)
-makedepends=(msgpack-c cmake cython cppunit restinio)
+depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
+makedepends=(msgpack-c cmake cython systemd cppunit)
optdepends=('python: to use the Python bindings')
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f47979d30b1dc88c6a8c0a898d1a3ebe7cfa2c96f6b766802286201b4e8af87e')
+sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
prepare() {
mkdir -p build
@@ -33,7 +33,6 @@
-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