summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2015-08-12 11:34:57 -0700
committerKyle Manna2015-08-12 11:34:57 -0700
commit7642c2793bd18d8eaa52f0d9036b41fc4121b1d0 (patch)
tree3147a556db90ea1b852ff433d1ba0876a2a96cb7 /PKGBUILD
parent6aeb1b7eccf711e17b665463d2d50f28585e064f (diff)
downloadaur-python-randomio.tar.gz
PKGBUILD: Fix python crypto module dep
* And bump version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ec896521909..7159840056e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ pkgname=python-randomio
_pkgname=${pkgname/python-/}
_pkgdirname=RandomIO
pkgver=0.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Generates random bytes and files from a seed"
url="https://github.com/Storj/RandomIO"
-depends=('python' 'python-pip' 'pycrypto' 'python-redis')
+depends=('python' 'python-pip' 'python-crypto' 'python-redis')
optdepends=()
license=('MIT')
arch=('any')