summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2016-04-06 16:38:21 -0700
committerKyle Manna2016-04-06 16:38:21 -0700
commit578a42b1aee7e7d00af9f07b7a9aa3642932d57d (patch)
treef982e117c56ed4b3edab9d8008e89f7c66be480e
parent2d648a2fc5008ba02e4a5eec92d5931461d0d00b (diff)
downloadaur-578a42b1aee7e7d00af9f07b7a9aa3642932d57d.tar.gz
release: backblaze b2-0.4.10-1
* Follow upstream * Tried 0.5.0 but it has a missing portalocker dependency, skipped for now.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0afc0389757b..eccc9493b2bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Apr 2 15:28:04 UTC 2016
+# Wed Apr 6 23:37:45 UTC 2016
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 0.4.8
+ pkgver = 0.4.10
pkgrel = 1
url = https://www.backblaze.com/b2/cloud-storage.html
arch = any
license = MIT
depends = python2
- source = https://github.com/Backblaze/B2_Command_Line_Tool/archive/v0.4.8.tar.gz
- sha512sums = bf0c3e5186ffdb0f63a47d67aa583ed0f05ae8ab0b7684ca1529afeccf9ae0c3b5da0b5b5acee5cb28520cd0f6d597a6da8fd5c277dbb98e808bdc222dc06cfc
+ source = https://github.com/Backblaze/B2_Command_Line_Tool/archive/v0.4.10.tar.gz
+ sha512sums = faaa793d147df57f9451ad22e21c7c1da53060c48e39b7d26cf12f3d09df38532241084ac1752ff2c977a24a1c93a9a2f50d3c626144705fae39a4bde7ef464a
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index 566928180f16..b58c8990c13b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=backblaze-b2
-pkgver=0.4.8
+pkgver=0.4.10
pkgrel=1
pkgdesc="Backblaze B2 Command Line Client"
url="https://www.backblaze.com/b2/cloud-storage.html"
@@ -12,7 +12,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=('bf0c3e5186ffdb0f63a47d67aa583ed0f05ae8ab0b7684ca1529afeccf9ae0c3b5da0b5b5acee5cb28520cd0f6d597a6da8fd5c277dbb98e808bdc222dc06cfc')
+sha512sums=('faaa793d147df57f9451ad22e21c7c1da53060c48e39b7d26cf12f3d09df38532241084ac1752ff2c977a24a1c93a9a2f50d3c626144705fae39a4bde7ef464a')
build() {
cd ${srcdir}/B2_Command_Line_Tool-${pkgver}