mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opendht to 2.4.7.2-1
This commit is contained in:
parent
acfe0cfa83
commit
134e940f37
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
pkgname=opendht
|
||||
epoch=1
|
||||
pkgver=2.4.4
|
||||
pkgver=2.4.7.2
|
||||
pkgrel=1
|
||||
pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
|
||||
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/savoirfairelinux/opendht"
|
||||
license=(GPL3)
|
||||
|
@ -17,7 +17,7 @@ depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-pars
|
|||
makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools cppunit)
|
||||
optdepends=('python: to use the Python bindings'
|
||||
'msgpack-cxx: linking against opendht')
|
||||
_commit=126f0ca966415ae1206aba9907f251c0888396d3
|
||||
_commit=4d356b6dcaed3ee0280fc2ef31933dd951b9aba7
|
||||
source=(git+${url}#commit=${_commit})
|
||||
sha256sums=(SKIP)
|
||||
|
||||
|
|
Loading…
Reference in a new issue