mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/opendht to 2.3.2-1
This commit is contained in:
parent
016d30015c
commit
2836e883ca
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
pkgname=opendht
|
pkgname=opendht
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=2.3.1.r7+ga89e4d62
|
pkgver=2.3.2
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
|
pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/savoirfairelinux/opendht"
|
url="https://github.com/savoirfairelinux/opendht"
|
||||||
|
@ -16,7 +16,7 @@ license=(GPL3)
|
||||||
depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-parser openssl)
|
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 cppunit)
|
makedepends=(git cmake msgpack-c msgpack-cxx asio restinio cython python-setuptools cppunit)
|
||||||
optdepends=('python: to use the Python bindings')
|
optdepends=('python: to use the Python bindings')
|
||||||
_commit=a89e4d626eae388bfd4049faadcb5deec58fb6fc
|
_commit=db000a2f8849584f84a26cba8583a188741e0418
|
||||||
source=(git+${url}#commit=${_commit})
|
source=(git+${url}#commit=${_commit})
|
||||||
sha256sums=(SKIP)
|
sha256sums=(SKIP)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue