summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 102cf4e9a2ba..7b5227586368 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index cf1573395747..2cc349409e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=backblaze-b2
_pkgname=b2
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
depends=('python'
@@ -33,6 +33,7 @@ build() {
# This requriement seems overly strict, relax
sed -i -e 's:\(arrow>=.*\),.*:\1:' requirements.txt
sed -i -e 's:\(docutils==.*\):docutils>=0.16:' requirements.txt
+ sed -i -e 's:\(tabulate==.*\):tabulate<0.10:' requirements.txt
python setup.py build
}