summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac96339904f2..973b5145ad9a 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=20160105
+pkgver=20160215
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=e97355ed49d36e108cfb2811eaeae5bff83a930f")
+source=("git://github.com/savoirfairelinux/opendht")
sha256sums=('SKIP')
provides=('opendht')
conflicts=('opendht')