summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-02-16 22:09:57 +0100
committerBaptiste Jonglez2016-02-16 22:09:57 +0100
commit8378a21b829b59aa3f687cec1c6657db8230c865 (patch)
treeb9fee3f680348e4782f72f794547d2ba6ed4f07f
parent0bb9c5f2075c65f450309cb8e3a880c3d1ae9514 (diff)
downloadaur-8378a21b829b59aa3f687cec1c6657db8230c865.tar.gz
opendht-git: No longer use a fixed commit (see new package opendht for a stable version)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e22dc15c9469..5d43b091a730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 19:29:41 UTC 2016
+# Tue Feb 16 21:09:57 UTC 2016
pkgbase = opendht-git
pkgdesc = A C++11 implementation of the Kademlia DHT (Distributed Hash Table)
- pkgver = 20160105
+ pkgver = 20160215
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=e97355ed49d36e108cfb2811eaeae5bff83a930f
+ source = git://github.com/savoirfairelinux/opendht
sha256sums = SKIP
pkgname = opendht-git
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')