summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2015-09-14 11:45:36 -0700
committerKyle Manna2015-09-14 12:08:19 -0700
commitdf919177f24e6cc8e1faaf10d565eaf82ea1de3d (patch)
treeeb935afdc894c7a65c79f549bb04b9e22bac8a41 /PKGBUILD
parent76b306a25019ef072558b4953d44a8b0d4cfa3e1 (diff)
downloadaur-df919177f24e6cc8e1faaf10d565eaf82ea1de3d.tar.gz
PKGBUILD: Bump to v2.1.3
* I got an email SCREAMING TO UPDATE, so I guess. * Changelog @ https://github.com/Storj/dataserv-client/releases
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50428e8e2aed..79e79bdf21b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=storj-dataserv-client
_pkgname=${pkgname/storj-/}
-pkgver=1.3.0
+pkgver=2.1.3
pkgrel=1
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')
+depends=('python' 'python-pip' 'python-future' 'python-randomio' 'python-partialhash' 'python-btctxstore' 'python-psutil')
optdepends=()
license=('MIT')
arch=('any')
source=("https://github.com/Storj/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('f2f4761f9e372fd4b85136238910185bd0ff44021905debbbdab083c6968e353')
+sha256sums=('6dbe26dbe321c67a7ba0df72234bb8180c7ff3c37a122240428e43ad88bcc58b')
build() {
cd "$srcdir/$_pkgname-$pkgver"