summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2015-08-12 11:25:40 -0700
committerKyle Manna2015-08-12 11:25:40 -0700
commitac209d00a1c218bbfa2fd9602751d01f6e7f74e8 (patch)
tree698dda475a5211458c19165c786dc64b4401df67
parent1adedfbe1e07c42dfb5660f9f46f00cf4354e603 (diff)
downloadaur-ac209d00a1c218bbfa2fd9602751d01f6e7f74e8.tar.gz
PKGBUILD: Bump with depdenency fix
* Fix dependency * Use $pkgver in the url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0541a4c23d6..204e56e623eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = storj-dataserv-client
pkgdesc = Storj Client for storing and auditing data
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Storj/dataserv-client
arch = any
license = MIT
depends = python
depends = python-pip
+ depends = python-future
+ depends = python-randomio
source = https://github.com/Storj/dataserv-client/archive/v1.1.0.tar.gz
sha256sums = d454a110484857dd2ba4103b3b09a5fab8cf38bbe1e16d95f63032b2c9f80cbe
diff --git a/PKGBUILD b/PKGBUILD
index 37c8247e7689..14458f6cf11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=storj-dataserv-client
_pkgname=${pkgname/storj-/}
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Storj Client for storing and auditing data"
url="https://github.com/Storj/dataserv-client"
-depends=('python' 'python-pip')
+depends=('python' 'python-pip' 'python-future' 'python-randomio')
optdepends=()
license=('MIT')
arch=('any')
-source=("https://github.com/Storj/${_pkgname}/archive/v1.1.0.tar.gz")
+source=("https://github.com/Storj/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('d454a110484857dd2ba4103b3b09a5fab8cf38bbe1e16d95f63032b2c9f80cbe')
build() {