summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaizhao Zhang2020-09-24 17:32:25 +0800
committerKaizhao Zhang2020-09-24 17:32:25 +0800
commit1ba69570a96b5e8afea87cfac8b68e44eca35e79 (patch)
tree8217a248546ec87c12874ac78d93de98dfa7e5c8 /PKGBUILD
parent9df0418e549fe0b235d2491707987342663f5a43 (diff)
downloadaur-1ba69570a96b5e8afea87cfac8b68e44eca35e79.tar.gz
Updated to version 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1de343d00bc..7e664255a9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,27 @@
_name=google-resumable-media
pkgname=python-google-resumable-media
-pkgver=0.5.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Utilities for Google Media Downloads and Resumable Uploads"
arch=('any')
url="https://pypi.org/project/google-resumable-media/"
license=('APACHE')
depends=(
+ 'python>=3.5'
+ 'python-google-crc32c>=1.0'
'python-six'
)
makedepends=('python-setuptools')
+optdepends=(
+ 'python-requests>=2.18.0: for requests support'
+)
options=(!emptydirs)
source=(
"https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz"
)
sha256sums=(
- '2a8fd188afe1cbfd5998bf20602f76b0336aa892de88fe842a806b9a3ed78d2a'
+ '173acc6bade1480a529fa29c6c2717543ae2dc09d42e9461fdb86f39502efcf2'
)
build() {