community/opendht to 1.10.1-7

This commit is contained in:
Kevin Mihelich 2020-07-19 19:10:02 +00:00
parent ed2e122c12
commit 1dc0909c54

View file

@ -8,7 +8,7 @@
pkgname=opendht
epoch=1
pkgver=1.10.1
pkgrel=6
pkgrel=7
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=(x86_64)
url="https://github.com/savoirfairelinux/opendht"
@ -16,11 +16,15 @@ license=(GPL3)
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")
sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
opendht-gcc10.patch::"https://github.com/savoirfairelinux/opendht/commit/e58fc4ef.patch")
sha512sums=('d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29'
'ed43ee79f350f8b86119e4336de5a28eab4c4d6eedb578d714dd51a1c8109c0a31756ea0cf807d3c6e636b8ccfb52c8c43f81220b4fd5105bd200ae76e175977')
prepare() {
mkdir -p build
patch -d $pkgname-$pkgver -p1 -i ../opendht-gcc10.patch # Fix build with GCC 10
}
build() {