community/opendht to 1.7.0rc5-1

This commit is contained in:
Kevin Mihelich 2018-04-08 13:46:17 +00:00
parent 556ba82265
commit 95b46132bb

View file

@ -5,7 +5,7 @@
# - explicitly link v5/v6 with libatomic
pkgname=opendht
pkgver=1.7.0rc4
pkgver=1.7.0rc5
pkgrel=1
epoch=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@ -16,8 +16,8 @@ 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=('17dbfcd16a699047bdd03586f4329f408c56c7bede42d28e25344c777fa0058b')
sha512sums=('38cd7923e4530ce86d62cba452ff9d09c4406a2b1e4559bc309b62ba12c1810bdf8029a08fd6b347634b03cccd9ae4bf776dca72c5562b0a447ce57da20907ee')
sha256sums=('504621eb88dd1a9ab9d179e9cc86959e3484dd1f0d0e486131c833aaa260545d')
sha512sums=('259b3bd0d9b2fabaf93a875e8f4082d0cc9ce9e35b6726b554e6485688dc825d014fad2bf4464bc55f80941f2f0ae365fbea7f6ee0ecda5e08c9d680bf335bc3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"