mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/opendht to 1.7.0rc4-1
This commit is contained in:
parent
4717f194d5
commit
a0d39fc881
1 changed files with 4 additions and 4 deletions
|
@ -4,19 +4,19 @@
|
|||
# - set -DOPENDHT_LTO=OFF
|
||||
|
||||
pkgname=opendht
|
||||
pkgver=1.6.0rc2
|
||||
pkgver=1.7.0rc4
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
|
||||
arch=('x86_64')
|
||||
depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
|
||||
makedepends=('msgpack-c' 'cmake' 'cython')
|
||||
makedepends=('msgpack-c' 'cmake' 'cython' 'systemd')
|
||||
optdepends=('python: to use the Python bindings')
|
||||
url="https://github.com/savoirfairelinux/opendht"
|
||||
license=('GPL3')
|
||||
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('1e561e92ae7aacc2591b36caed89ca6701b30a43af6b046090f48c765b3ace06')
|
||||
sha512sums=('c12763350d63a63122fcfbe52d3d17644279f24a8ae3154db0e4924f050c4c32c027a238ea79940e647ab538f8aaa87f2bed139f6404551c27ca637e25ebdd86')
|
||||
sha256sums=('17dbfcd16a699047bdd03586f4329f408c56c7bede42d28e25344c777fa0058b')
|
||||
sha512sums=('38cd7923e4530ce86d62cba452ff9d09c4406a2b1e4559bc309b62ba12c1810bdf8029a08fd6b347634b03cccd9ae4bf776dca72c5562b0a447ce57da20907ee')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue