summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2015-09-14 11:45:36 -0700
committerKyle Manna2015-09-28 10:07:12 -0700
commit63f8caa74a29776e836aec5f544c8a09991abcbf (patch)
tree31cf9d7e34a3e1bb9af62ea14a1e3d82526f2af1 /PKGBUILD
parent55688141e275efc8f5c36871d567612f1b9192a7 (diff)
downloadaur-63f8caa74a29776e836aec5f544c8a09991abcbf.tar.gz
PKGBUILD: Add missing storjcore dependency
* Another dependency. This will soon be an AUR headache to build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1672cd24f98..6e3292c9c2dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=storj-dataserv-client
_pkgname=${pkgname/storj-/}
pkgver=2.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Storj Client for storing and auditing data"
url="https://github.com/Storj/dataserv-client"
-depends=('python' 'python-pip' 'python-future' 'python-randomio' 'python-partialhash' 'python-btctxstore' 'python-psutil')
+depends=('python' 'python-pip' 'python-future' 'python-randomio' 'python-partialhash' 'python-btctxstore' 'python-psutil' 'python-storjcore')
optdepends=()
license=('MIT')
arch=('any')