mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opendht to 1.10.1-7
This commit is contained in:
parent
ed2e122c12
commit
1dc0909c54
1 changed files with 7 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue