summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-08-24 12:02:51 +0200
committerBaptiste Jonglez2015-08-24 13:02:14 +0200
commitffee7e8b97f41086c6fe92a016f13972630b7ab3 (patch)
treed0b581d6dfec0afc2f99d93da2c1e59498990436
parent9400cf9a43d19194b9b946d2dca41d07790371db (diff)
downloadaur-ffee7e8b97f41086c6fe92a016f13972630b7ab3.tar.gz
opendht-git: Update to 20150823
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6954b02d8192..a8f3a0b4785c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opendht-git
pkgdesc = A C++11 implementation of the Kademlia DHT (Distributed Hash Table)
- pkgver = 20150714
+ pkgver = 20150823
pkgrel = 1
url = https://github.com/savoirfairelinux/opendht
arch = i686
@@ -8,9 +8,11 @@ pkgbase = opendht-git
license = GPL3
makedepends = git
depends = gnutls
+ depends = nettle
+ depends = msgpack-c
provides = opendht
conflicts = opendht
- source = git://github.com/savoirfairelinux/opendht#commit=ac13795db0a606c8d03b609956fd4578411cf7f6
+ source = git://github.com/savoirfairelinux/opendht#commit=fe3ded9d0f833b953d1eaa4dfdb509c51ae09ef6
sha256sums = SKIP
pkgname = opendht-git
diff --git a/PKGBUILD b/PKGBUILD
index 5849460062bf..0e78632dc723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=opendht-git
-pkgver=20150714
+pkgver=20150823
pkgrel=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=('i686' 'x86_64')
-depends=('gnutls')
+depends=('gnutls' 'nettle' 'msgpack-c')
makedepends=('git')
url="https://github.com/savoirfairelinux/opendht"
license=('GPL3')
-source=("git://github.com/savoirfairelinux/opendht#commit=ac13795db0a606c8d03b609956fd4578411cf7f6")
+source=("git://github.com/savoirfairelinux/opendht#commit=fe3ded9d0f833b953d1eaa4dfdb509c51ae09ef6")
sha256sums=('SKIP')
provides=('opendht')
conflicts=('opendht')