summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2016-01-11 08:10:45 -0800
committerKyle Manna2016-01-11 08:17:52 -0800
commit8001b0c44dea4adaff039c39f97a70aaf0b3699c (patch)
tree2554e55ae5996d4a795947425760cfbbf2b1c20c /PKGBUILD
parent1e29f65a5b59759c598ea2df2e5fefed735cff62 (diff)
downloadaur-8001b0c44dea4adaff039c39f97a70aaf0b3699c.tar.gz
release: v0.5-2 add rpcudp dep
* Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')