community/opendht to 1.7.3rc4-1

This commit is contained in:
Kevin Mihelich 2018-06-15 12:08:01 +00:00
parent f49295648a
commit bca74fc044

View file

@ -5,8 +5,8 @@
# - explicitly link v5/v6 with libatomic
pkgname=opendht
pkgver=1.7.2
pkgrel=2
pkgver=1.7.3rc4
pkgrel=1
epoch=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=('x86_64')
@ -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=('5030f011eba421f67847ee94d906aabbdf409268cdc1119e15bb8f2863ed0bbc')
sha512sums=('dcb70c8f38f067f1035cbfdc7897a8245bacaef547afa48652e56e39e4641f7bb1ea6bc2bf3e46f8454cdbe3743eab318eca9fb6a02921d5f5fa792748a14cd1')
sha256sums=('5fced76228ca2603cd9f80a5537fc568cc9f19d139107a03dc1f0c40e9489476')
sha512sums=('894499d4a49b664fb5372e36453fcd03f0aa5600be3e58eb03304422725de8caddbf03251d7c02d0a98c2bb82d7c31029d09fb244f24afe8cca03994cf9fd959')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"