summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')