summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-07-21 22:39:01 +0200
committerBaptiste Jonglez2015-07-21 22:39:01 +0200
commit9400cf9a43d19194b9b946d2dca41d07790371db (patch)
treefceff040ae0662e66f856cd5eb48f7cec846dc8f
parenta85ac3e530d31bac434f63ebc524d93d09ac6500 (diff)
downloadaur-9400cf9a43d19194b9b946d2dca41d07790371db.tar.gz
opendht-git, ring-daemon-git, libringclient-git, ring-gnome-client-git: use a fixed version, to avoid incompatibilities when API changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ac88f0d12a1..6954b02d8192 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 = 20150617
+ pkgver = 20150714
pkgrel = 1
url = https://github.com/savoirfairelinux/opendht
arch = i686
@@ -10,7 +10,7 @@ pkgbase = opendht-git
depends = gnutls
provides = opendht
conflicts = opendht
- source = git://github.com/savoirfairelinux/opendht
+ source = git://github.com/savoirfairelinux/opendht#commit=ac13795db0a606c8d03b609956fd4578411cf7f6
sha256sums = SKIP
pkgname = opendht-git
diff --git a/PKGBUILD b/PKGBUILD
index ac8ba2339a1f..5849460062bf 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=20150617
+pkgver=20150714
pkgrel=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('gnutls')
makedepends=('git')
url="https://github.com/savoirfairelinux/opendht"
license=('GPL3')
-source=("git://github.com/savoirfairelinux/opendht")
+source=("git://github.com/savoirfairelinux/opendht#commit=ac13795db0a606c8d03b609956fd4578411cf7f6")
sha256sums=('SKIP')
provides=('opendht')
conflicts=('opendht')