mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/opendht to 3.1.9-3
This commit is contained in:
parent
3506ddb1e4
commit
51734deda0
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = opendht
|
pkgbase = opendht
|
||||||
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
|
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
|
||||||
pkgver = 3.1.9
|
pkgver = 3.1.9
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://github.com/savoirfairelinux/opendht
|
url = https://github.com/savoirfairelinux/opendht
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,7 +12,7 @@ pkgbase = opendht
|
||||||
makedepends = msgpack-cxx
|
makedepends = msgpack-cxx
|
||||||
makedepends = asio
|
makedepends = asio
|
||||||
makedepends = restinio
|
makedepends = restinio
|
||||||
makedepends = cython0
|
makedepends = cython
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = gnutls
|
depends = gnutls
|
||||||
|
|
|
@ -8,13 +8,13 @@
|
||||||
pkgname=opendht
|
pkgname=opendht
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=3.1.9
|
pkgver=3.1.9
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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"
|
||||||
license=(GPL3)
|
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-cxx asio restinio cython0 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=4eaa53a4a6c5bee338c0363a765a68505bd75085
|
_commit=4eaa53a4a6c5bee338c0363a765a68505bd75085
|
||||||
|
|
Loading…
Reference in a new issue