summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-10-26 11:13:05 -0500
committerLuis Martinez2021-10-26 11:13:05 -0500
commit8124cc77c46893d9a86513c8b343f0e17ffdcd4b (patch)
tree335b8df46ad4bd02793867adf93d03a6a0cc6cb8 /PKGBUILD
parent33006feafc26bf22c63d1dff1cad5373ecaa892f (diff)
downloadaur-8124cc77c46893d9a86513c8b343f0e17ffdcd4b.tar.gz
update to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f0d357b4708..a5f477acc0bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-google-resumable-media
_name="${pkgname#python-}"
-pkgver=2.0.3
+pkgver=2.1.0
pkgrel=1
pkgdesc="Utilities for Google Media Downloads and Resumable Uploads"
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
# checkdepends=('python-pytest' 'python-google-auth' 'python-requests' 'python-aiohttp')
changelog=CHANGELOG.md
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('abc795a4c9a1dcb1946963aa33c2320fd31bb390c08f99cb6ab4a72bf9a26fcd')
+sha256sums=('7d84a05843ca7081ff9851598448bb0497165d2cf2a6c78fb4d10683d8348a19')
build() {
cd "$_name-python-$pkgver"