summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2023-05-27 18:48:59 -0500
committerKyle Manna2023-05-27 18:48:59 -0500
commitd1754fa7f6a074d10e8eb1f3f3073f214e4a8d7d (patch)
tree7dfe68d1271d82cd768ea5fab9fc7fdb2016df93
parent51308a10308553954c19d3ba7d58b496d16f83bd (diff)
downloadaur-d1754fa7f6a074d10e8eb1f3f3073f214e4a8d7d.tar.gz
release: backblaze-b2 v3.9.0
* Bump release.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4c900f008b6..e5ba9b94de2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 3.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
@@ -17,7 +17,8 @@ pkgbase = backblaze-b2
depends = python-class-registry>=4.0.5
depends = python-rst2ansi=0.1.5
depends = python-tabulate>=0.8.10
- source = https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.8.0/b2-3.8.0.tar.gz
- sha256sums = c590f89438307b80d136f15889b34b03b09eaa65be0e1b1846492286ed57de45
+ depends = python-argcomplete>=2
+ source = https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.9.0/b2-3.9.0.tar.gz
+ sha256sums = 67d2d06a95a5d336e5700c8c39f2a19f9fced47ebeb668223d07c0076e358ea5
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index 9932aafe56a4..07469cbe34ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=backblaze-b2
_pkgname=b2
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
@@ -13,6 +13,7 @@ depends=('python'
'python-class-registry>=4.0.5'
'python-rst2ansi=0.1.5'
'python-tabulate>=0.8.10'
+ 'python-argcomplete>=2'
)
makedepends=('python-pip'
'python-build'
@@ -26,7 +27,7 @@ license=('MIT')
arch=('any')
source=("https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('c590f89438307b80d136f15889b34b03b09eaa65be0e1b1846492286ed57de45')
+sha256sums=('67d2d06a95a5d336e5700c8c39f2a19f9fced47ebeb668223d07c0076e358ea5')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}