summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2abf1d11af0..123cf28df53f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-google-auth-oauthlib
pkgdesc = oauthlib integration for Google auth.
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = http://google-auth-oauthlib.readthedocs.io/en/latest/
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-google-auth-oauthlib
depends = python-google-auth
depends = python-requests-oauthlib
optdepends = python-click
- source = https://pypi.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-0.4.0.tar.gz
- sha256sums = 6a8b0072048940d1f41c23c03576867e577e826fec140a1c7e148ec486e083ba
+ source = https://pypi.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-0.4.1.tar.gz
+ sha256sums = 88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd
pkgname = python-google-auth-oauthlib
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}"