Date: Saturday, September 14, 2019 @ 08:24:44 Author: zorun Revision: 510474
upgpkg: opendht 1:1.10.1-2 jsoncpp rebuild https://www.archlinux.org/todo/jsoncpp-191-soname-bump-plus-add-soname-depends-on-libjsoncppso/ Modified: opendht/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-14 08:10:37 UTC (rev 510473) +++ PKGBUILD 2019-09-14 08:24:44 UTC (rev 510474) @@ -4,12 +4,12 @@ pkgname=opendht epoch=1 pkgver=1.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)" arch=(x86_64) url="https://github.com/savoirfairelinux/opendht" license=(GPL3) -depends=(gnutls nettle readline argon2 jsoncpp restbed) +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")