summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-10-14 11:23:57 -0400
committerGuillaume Horel2019-10-14 11:23:57 -0400
commit42acee7cfbcdb7f3940967d61efd6316fe720c57 (patch)
tree663414b2403a706a28990f3d7dc0eb6f3d81dca7 /PKGBUILD
parentb0afab34bad2dd4fc35bd799b4aed4a9a9889bc3 (diff)
downloadaur-python-google-auth-oauthlib.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a407f39e773..0c50512094bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-google-auth-oauthlib')
_pkgname='google-auth-oauthlib'
-pkgver='0.4.0'
+pkgver='0.4.1'
pkgrel=1
pkgdesc="oauthlib integration for Google auth."
url="http://google-auth-oauthlib.readthedocs.io/en/latest/"
@@ -13,7 +13,7 @@ optdepends=('python-click')
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('6a8b0072048940d1f41c23c03576867e577e826fec140a1c7e148ec486e083ba')
+sha256sums=('88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd')
check() {
cd "${srcdir}/${_pkgname}-${pkgver}"