summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2015-08-12 11:34:57 -0700
committerKyle Manna2015-08-12 11:34:57 -0700
commit7642c2793bd18d8eaa52f0d9036b41fc4121b1d0 (patch)
tree3147a556db90ea1b852ff433d1ba0876a2a96cb7
parent6aeb1b7eccf711e17b665463d2d50f28585e064f (diff)
downloadaur-7642c2793bd18d8eaa52f0d9036b41fc4121b1d0.tar.gz
PKGBUILD: Fix python crypto module dep
* And bump version.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c220f63610c..511188b23f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-randomio
pkgdesc = Generates random bytes and files from a seed
pkgver = 0.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Storj/RandomIO
arch = any
license = MIT
depends = python
depends = python-pip
- depends = pycrypto
+ depends = python-crypto
depends = python-redis
source = https://github.com/Storj/randomio/archive/v0.2.1.tar.gz
sha256sums = db46a523bb3cd257667b4f158c00f76d21417d780ba9506a27ecdcc5c9523ee8
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')