summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-04-24 23:18:43 +0200
committerBaptiste Jonglez2016-04-24 23:18:43 +0200
commit1f3ec8d13fa314b6d9f6afa2e8199e0d7a215da0 (patch)
treefae829e3fa0e1806f2e5399e79732c09323a9eb1
parent75bf9fb7d1f1862fd8e367aa5ba34194eae662f9 (diff)
downloadaur-1f3ec8d13fa314b6d9f6afa2e8199e0d7a215da0.tar.gz
ring: -git packages don't provide the non-git package anymore
This was confusing, as it allowed to mix -git and non-git Ring packages (which almost certainly won't work, since the APIs evolve quite often).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 359e8f99c1a5..e4c4c57a8462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 00:50:10 UTC 2016
+# Sun Apr 24 21:18:47 UTC 2016
pkgbase = opendht-git
pkgdesc = A C++11 implementation of the Kademlia DHT (Distributed Hash Table)
- pkgver = 20160219
+ pkgver = 20160421
pkgrel = 1
url = https://github.com/savoirfairelinux/opendht
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e5c490af8423..3ebe1da8e5d4 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=20160219
+pkgver=20160421
pkgrel=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=('i686' 'x86_64')