summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70ade646ca45..9ec896521909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ pkgname=python-randomio
_pkgname=${pkgname/python-/}
_pkgdirname=RandomIO
pkgver=0.2.1
-pkgrel=1
-pkgdesc="Storj Client for storing and auditing data"
-url="https://github.com/Storj/dataserv-client"
-depends=('python' 'python-pip' 'python-future' '')
+pkgrel=2
+pkgdesc="Generates random bytes and files from a seed"
+url="https://github.com/Storj/RandomIO"
+depends=('python' 'python-pip' 'pycrypto' 'python-redis')
optdepends=()
license=('MIT')
arch=('any')