community/opendht to 1.7.2-1

This commit is contained in:
Kevin Mihelich 2018-05-12 01:03:19 +00:00
parent 1c5d44df10
commit a8eb8f7b67

View file

@ -5,7 +5,7 @@
# - explicitly link v5/v6 with libatomic # - explicitly link v5/v6 with libatomic
pkgname=opendht pkgname=opendht
pkgver=1.7.1 pkgver=1.7.2
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)" 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" url="https://github.com/savoirfairelinux/opendht"
license=('GPL3') license=('GPL3')
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397') sha256sums=('5030f011eba421f67847ee94d906aabbdf409268cdc1119e15bb8f2863ed0bbc')
sha512sums=('259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47') sha512sums=('dcb70c8f38f067f1035cbfdc7897a8245bacaef547afa48652e56e39e4641f7bb1ea6bc2bf3e46f8454cdbe3743eab318eca9fb6a02921d5f5fa792748a14cd1')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"