summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2017-11-30 08:00:43 -0800
committerKyle Manna2017-11-30 08:00:43 -0800
commitaa603f6c583739e34162754bc56015898419140b (patch)
tree66bef7fe03e7283a22fbbdee7b194fc8179fd4ad
parentbee1e2a525c3ac5becb23df282cff192d32c953e (diff)
downloadaur-aa603f6c583739e34162754bc56015898419140b.tar.gz
release: backblaze-b2 v1.0.0-1
* Follow upstream
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2095bfd52e0a..d2450abd3bbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jun 11 14:02:12 UTC 2017
+# Thu Nov 30 15:59:02 UTC 2017
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 0.7.2
- pkgrel = 3
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://www.backblaze.com/b2/cloud-storage.html
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = backblaze-b2
depends = python2-tqdm>=4.5.0
depends = python2-six>=1.10
depends = python2-futures>=3.0.5
- source = https://github.com/Backblaze/B2_Command_Line_Tool/archive/v0.7.2.tar.gz
- sha512sums = 161d5b76c81ff1d46775d8bc58f2abc295f5b235502b7c2d7760dd4b1f1587b019ef959b7698d847888797eb685cc0c29b758f3accdc57fa351975eb4f41edc5
+ source = https://github.com/Backblaze/B2_Command_Line_Tool/archive/v1.0.0.tar.gz
+ sha512sums = a1a45c20d9814286f1cae810ea69c9c356c463faaf2e490715246f3753184fa21c1cb5808d2ce6701289307f4565146fd1d95a004fa4e0a4e0b63f30b62780df
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index 48330c815893..52723a7d034e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=backblaze-b2
-pkgver=0.7.2
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
pkgdesc="Backblaze B2 Command Line Client"
url="https://www.backblaze.com/b2/cloud-storage.html"
depends=('python2'
@@ -19,7 +19,7 @@ arch=('any')
# Need a better source URL at some point
source=("https://github.com/Backblaze/B2_Command_Line_Tool/archive/v${pkgver}.tar.gz")
-sha512sums=('161d5b76c81ff1d46775d8bc58f2abc295f5b235502b7c2d7760dd4b1f1587b019ef959b7698d847888797eb685cc0c29b758f3accdc57fa351975eb4f41edc5')
+sha512sums=('a1a45c20d9814286f1cae810ea69c9c356c463faaf2e490715246f3753184fa21c1cb5808d2ce6701289307f4565146fd1d95a004fa4e0a4e0b63f30b62780df')
build() {
cd ${srcdir}/B2_Command_Line_Tool-${pkgver}