mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/opendht to 2.4.10-1
This commit is contained in:
parent
c67515ba8c
commit
f9cf6f3a91
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
pkgname=opendht
|
pkgname=opendht
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=2.4.9
|
pkgver=2.4.10
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
|
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/savoirfairelinux/opendht"
|
url="https://github.com/savoirfairelinux/opendht"
|
||||||
|
@ -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)
|
makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools cppunit)
|
||||||
optdepends=('python: to use the Python bindings'
|
optdepends=('python: to use the Python bindings'
|
||||||
'msgpack-cxx: linking against opendht')
|
'msgpack-cxx: linking against opendht')
|
||||||
_commit=2c7edb695f4796df77434e2445e3cff9be820c76
|
_commit=69a1bdfc45617d9374954948fbe840f34d58b3b4
|
||||||
source=(git+${url}#commit=${_commit})
|
source=(git+${url}#commit=${_commit})
|
||||||
sha256sums=(SKIP)
|
sha256sums=(SKIP)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue