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

Bruno Pagani archange at gemini.archlinux.org
Fri Mar 18 21:51:29 UTC 2022


    Date: Friday, March 18, 2022 @ 21:51:28
  Author: archange
Revision: 1159207

FS#67127 Fix msgpack handling

Modified:
  opendht/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-18 21:47:00 UTC (rev 1159206)
+++ PKGBUILD	2022-03-18 21:51:28 UTC (rev 1159207)
@@ -4,15 +4,16 @@
 pkgname=opendht
 epoch=1
 pkgver=2.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht"
 license=(GPL3)
 depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-parser openssl)
-makedepends=(git cmake msgpack-c msgpack-cxx asio restinio cython python-setuptools)
+makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools)
 checkdepends=(cppunit)
-optdepends=('python: to use the Python bindings')
+optdepends=('python: to use the Python bindings'
+            'msgpack-cxx: linking against opendht')
 _commit=90022ee3e8640f0d6165c7471b2e87b5209abf7c
 source=(git+${url}#commit=${_commit})
 sha256sums=(SKIP)



More information about the arch-commits mailing list