mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/opendht to 1.9.2-1
This commit is contained in:
parent
8f673cdcde
commit
f459b163a0
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=opendht
|
||||
epoch=1
|
||||
pkgver=1.9.1
|
||||
pkgver=1.9.2
|
||||
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=('1a097edde82b8eddcc0ed82b2acb9a59b91cd3bfd7bead677763c5b46a06b1ac')
|
||||
sha256sums=('86d9a360f1821cf489e73310095521840f3addb3fa5c1902917509a4fff53b74')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue