mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/opendht to 1.10.1-1
This commit is contained in:
parent
9aaa4bc369
commit
97274088d1
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
pkgname=opendht
|
pkgname=opendht
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=1.9.5
|
pkgver=1.10.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
|
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/savoirfairelinux/opendht"
|
url="https://github.com/savoirfairelinux/opendht"
|
||||||
|
@ -17,7 +17,7 @@ depends=(gnutls nettle readline argon2 jsoncpp restbed)
|
||||||
makedepends=(msgpack-c cmake cython systemd cppunit)
|
makedepends=(msgpack-c cmake cython systemd cppunit)
|
||||||
optdepends=('python: to use the Python bindings')
|
optdepends=('python: to use the Python bindings')
|
||||||
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('7712f158754234be39d2839d3677525eaf1e753505fc965e24b49d9088ff9415')
|
sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
Loading…
Reference in a new issue