summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2020-07-21 22:39:40 -0700
committerKyle Manna2020-07-21 22:39:40 -0700
commit3e3a7f52f184fe33b1485a65c6948c3d8c519a2f (patch)
tree9cbc055c80b8fa15a22aee8c9007bf125c6c76b5
parente3d9b7a79217ad043174ba2771a2a95e7f89d6fc (diff)
downloadaur-3e3a7f52f184fe33b1485a65c6948c3d8c519a2f.tar.gz
pkgrel: backblaze-b2 v2.0.2-2
* Fix dependency issue. oops.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95df05bce85e..a778d36e6b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
license = MIT
@@ -9,6 +9,8 @@ pkgbase = backblaze-b2
depends = python-b2sdk>=1.0.0
depends = python-six>=1.10
depends = python-tqdm>=4.5.0
+ depends = python-logfury
+ depends = python-class-registry
source = https://github.com/Backblaze/B2_Command_Line_Tool/archive/v2.0.2.tar.gz
sha512sums = 0e0ebf698f49de00cb530bd0928855058fc6d1f4aaeb0b7b1bbea475e6e3f2add8c7acd9a75baf348907646eedc199b9729e1777bfb4a4e63952782a74c749dc
diff --git a/PKGBUILD b/PKGBUILD
index fc4a3523df2d..39539a5b43f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=backblaze-b2
_pkgname=B2_Command_Line_Tool
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Backblaze B2 Command Line Client"
url='https://github.com/Backblaze/B2_Command_Line_Tool'
depends=('python'
@@ -11,6 +11,7 @@ depends=('python'
'python-six>=1.10'
'python-tqdm>=4.5.0'
'python-logfury'
+ 'python-class-registry'
)
optdepends=()
# MIT or Creative Commons: https://www.backblaze.com/using_b2_code.html