summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2015-08-12 11:30:00 -0700
committerKyle Manna2015-08-12 11:30:00 -0700
commit6aeb1b7eccf711e17b665463d2d50f28585e064f (patch)
treed53bd36e512f6e2f3b7b3c0dd2cfc2ea85639c05
parentdd768536e70dacfbea6e6a22cdf962876069ae3c (diff)
downloadaur-6aeb1b7eccf711e17b665463d2d50f28585e064f.tar.gz
PKGBUILD: Bump version and fix metadata
* Copy paste error. Oops.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f393fb34367b..5c220f63610c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-randomio
- pkgdesc = Storj Client for storing and auditing data
+ pkgdesc = Generates random bytes and files from a seed
pkgver = 0.2.1
- pkgrel = 1
- url = https://github.com/Storj/dataserv-client
+ pkgrel = 2
+ url = https://github.com/Storj/RandomIO
arch = any
license = MIT
depends = python
depends = python-pip
- depends = python-future
- depends =
+ depends = pycrypto
+ depends = python-redis
source = https://github.com/Storj/randomio/archive/v0.2.1.tar.gz
sha256sums = db46a523bb3cd257667b4f158c00f76d21417d780ba9506a27ecdcc5c9523ee8
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')