mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opendht to 1.9.4-1
This commit is contained in:
parent
b557b0ac5a
commit
8e44163808
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=opendht
|
||||
epoch=1
|
||||
pkgver=1.9.3
|
||||
pkgver=1.9.4
|
||||
pkgrel=1
|
||||
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
|
||||
arch=(x86_64)
|
||||
|
@ -17,7 +17,7 @@ depends=(gnutls nettle readline argon2 jsoncpp restbed)
|
|||
makedepends=(msgpack-c cmake cython systemd cppunit)
|
||||
optdepends=('python: to use the Python bindings')
|
||||
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('7e330818b4dd095f9e8416bf2684e03fde22db0b8e5b9b08c39cc4e1a893855a')
|
||||
sha256sums=('f94f1400d90b174d7299714634099013b80ab80ec2bc4f574c790c612d859891')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue