summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKyle Manna2023-02-22 11:11:19 -0600
committerKyle Manna2023-02-22 11:13:29 -0600
commitf7216f34dd7aef54a3fea7a54396e39b0abdbb7e (patch)
tree0f82e83f44b7e111e8832b71ffb5aec551624242 /.SRCINFO
parentcbf09e2350dea09b28113fddac8119d96e283227 (diff)
downloadaur-f7216f34dd7aef54a3fea7a54396e39b0abdbb7e.tar.gz
pkgrel: Update to PEP 517 build and fix dependencies
* Fix dependencies to work. * Patch setup.py to be less strict. Re-occurring theme. * Thanks to @intelfx on AUR for pointing this out.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1851777a6e4a..6f710dd0d84e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
pkgver = 3.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
license = MIT
makedepends = python-pip
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
makedepends = python-setuptools-scm
+ makedepends = python-wheel
depends = python
depends = python-arrow>=1.0.2
depends = python-b2sdk>=1.18.0