summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2021-04-04 10:28:22 -0700
committerKyle Manna2021-04-04 10:28:22 -0700
commit54b95d1775f8f929c8351f21aa58b2ac52a5fcc6 (patch)
treea98efa5a1a008a4c3a25d783af8c6eb44fb8be01 /PKGBUILD
parent212e28d18de8da4b5b43b8d4d4b65b303efcf328 (diff)
downloadaur-54b95d1775f8f929c8351f21aa58b2ac52a5fcc6.tar.gz
pkgrel: python-b2sdk v1.5.0-4
* Install the package pip would've tried to install for setup and drop python-pip. * Use python-setuptools in `depends` as `pkg_resources` is used at runtime, drop makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 591f8432107d..e013ac9803c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-b2sdk
_pkgname=b2sdk
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc='Python library to access B2 cloud storage.'
arch=(any)
url='https://github.com/Backblaze/b2-sdk-python'
@@ -15,9 +15,7 @@ depends=('python'
'python-setuptools'
'python-tqdm>=4.5.0'
)
-makedepends=('python-setuptools'
- 'python-pip'
- )
+makedepends=('python-setuptools-scm<6.0')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('d85a74cb7f60db676119572085cd44a61d3c383ab8e3c6836d46a15ac669db74')