summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2016-01-11 08:10:45 -0800
committerKyle Manna2016-01-11 08:17:52 -0800
commit8001b0c44dea4adaff039c39f97a70aaf0b3699c (patch)
tree2554e55ae5996d4a795947425760cfbbf2b1c20c
parent1e29f65a5b59759c598ea2df2e5fefed735cff62 (diff)
downloadaur-8001b0c44dea4adaff039c39f97a70aaf0b3699c.tar.gz
release: v0.5-2 add rpcudp dep
* Add missing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 287599728711..19552e409e6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 16:10:07 UTC 2016
+# Mon Jan 11 16:17:48 UTC 2016
pkgbase = python-kademlia
pkgdesc = Distributed hash table for decentralized peer-to-peer computer networks
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/bmuller/kademlia
arch = any
license = MIT
depends = python
depends = python-twisted
+ depends = python-rpcudp
source = https://pypi.python.org/packages/source/k/kademlia/kademlia-0.5.tar.gz
sha256sums = 5069c5d404226165ed30b9384be5dedf5f16b065ddf2344c66aa3222583e1d94
diff --git a/PKGBUILD b/PKGBUILD
index 71830c08bce2..7ff637d7ac13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-kademlia
_pkgname=${pkgname/python-/}
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Distributed hash table for decentralized peer-to-peer computer networks"
url="http://github.com/bmuller/kademlia"
-depends=('python' 'python-twisted')
+depends=('python' 'python-twisted' 'python-rpcudp')
optdepends=()
license=('MIT')
arch=('any')