[arch-commits] Commit in opendht/trunk (PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Sat Mar 31 21:11:31 UTC 2018
Date: Saturday, March 31, 2018 @ 21:11:30
Author: zorun
Revision: 313638
upgpkg: opendht 1:1.7.0rc4-1
Modified:
opendht/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-31 21:03:14 UTC (rev 313637)
+++ PKGBUILD 2018-03-31 21:11:30 UTC (rev 313638)
@@ -1,18 +1,18 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
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}"
More information about the arch-commits
mailing list