summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-01-09 20:29:40 +0100
committerBaptiste Jonglez2016-01-09 20:30:09 +0100
commit0bb9c5f2075c65f450309cb8e3a880c3d1ae9514 (patch)
tree4d23f46cd4bf1907db6a2408e1d5eea1f17073da
parent00afe6f3ef75c83eee98f15ea562576948c86923 (diff)
downloadaur-0bb9c5f2075c65f450309cb8e3a880c3d1ae9514.tar.gz
opendht-git: Update to latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00ba8d1e2dd3..e22dc15c9469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 17:01:23 UTC 2016
+# Sat Jan 9 19:29:41 UTC 2016
pkgbase = opendht-git
pkgdesc = A C++11 implementation of the Kademlia DHT (Distributed Hash Table)
- pkgver = 20151224
+ pkgver = 20160105
pkgrel = 1
url = https://github.com/savoirfairelinux/opendht
arch = i686
@@ -15,7 +15,7 @@ pkgbase = opendht-git
depends = readline
provides = opendht
conflicts = opendht
- source = git://github.com/savoirfairelinux/opendht#commit=922b0e147baba58a2871207157036a76883f1405
+ source = git://github.com/savoirfairelinux/opendht#commit=e97355ed49d36e108cfb2811eaeae5bff83a930f
sha256sums = SKIP
pkgname = opendht-git
diff --git a/PKGBUILD b/PKGBUILD
index ca110f2a402f..ac96339904f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=opendht-git
-pkgver=20151224
+pkgver=20160105
pkgrel=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('gnutls' 'nettle' 'msgpack-c' 'readline')
makedepends=('git')
url="https://github.com/savoirfairelinux/opendht"
license=('GPL3')
-source=("git://github.com/savoirfairelinux/opendht#commit=922b0e147baba58a2871207157036a76883f1405")
+source=("git://github.com/savoirfairelinux/opendht#commit=e97355ed49d36e108cfb2811eaeae5bff83a930f")
sha256sums=('SKIP')
provides=('opendht')
conflicts=('opendht')