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

Baptiste Jonglez zorun at archlinux.org
Fri Feb 2 07:45:20 UTC 2018


    Date: Friday, February 2, 2018 @ 07:45:19
  Author: zorun
Revision: 288533

opendht: update to 1.6.0rc1

Modified:
  opendht/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-02 07:44:48 UTC (rev 288532)
+++ PKGBUILD	2018-02-02 07:45:19 UTC (rev 288533)
@@ -1,17 +1,18 @@
 # Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
 pkgname=opendht
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0rc1
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2')
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
 makedepends=('msgpack-c' 'cmake' 'cython')
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht"
 license=('GPL3')
 source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a5848d94c46d8ef502860320879e177ffe480e9caa1d03422971a6e5a5604d33')
+sha256sums=('9c0d46399182e6d701854efa95fd225a541b5ed743a1f2c3c0f22125e4bd65e2')
+sha512sums=('7db850afe9eebd580c7be97f591d8d3f36828387a9aedbd3c5ca48212251f9e650131dd6d81cd487ae3e58212f106abf6ea2a16e710297068778ffd25c8ebbd9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,7 +22,13 @@
   cd build
   cmake .. \
     -DCMAKE_BUILD_TYPE=Release \
+    -DOPENDHT_STATIC=OFF \
+    -DOPENDHT_SYSTEMD=ON \
+    -DOPENDHT_LTO=ON \
     -DOPENDHT_PYTHON=ON \
+    -DOPENDHT_PROXY_SERVER=ON \
+    -DOPENDHT_PROXY_CLIENT=ON \
+    -DOPENDHT_PUSH_NOTIFICATIONS=ON \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib
   make



More information about the arch-commits mailing list