summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-04-29 13:07:18 -0400
committerGuillaume Horel2019-04-29 13:07:18 -0400
commitee4422f37a7ab9410c92193d75560b20b1fb6b3f (patch)
tree129069c17b48a3b79b930b883bf48f33934b4382
parentdd7a8e9fc682f20c667addf26a18d92326b77815 (diff)
downloadaur-ee4422f37a7ab9410c92193d75560b20b1fb6b3f.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 714541d575d1..73690763b525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-google-auth-oauthlib
pkgdesc = oauthlib integration for Google auth.
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = http://google-auth-oauthlib.readthedocs.io/en/latest/
arch = any
@@ -11,8 +11,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.2.0.tar.gz
- sha256sums = 226d1d0960f86ba5d9efd426a70b291eaba96f47d071657e0254ea969025728a
+ source = https://pypi.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-0.3.0.tar.gz
+ sha256sums = a0470c19130ddf90c2b07c0c701d72890a7335090903aeb709f003a66416380f
pkgname = python-google-auth-oauthlib
diff --git a/PKGBUILD b/PKGBUILD
index 8a2db15e3618..4404b9296738 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.2.0'
+pkgver='0.3.0'
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=('226d1d0960f86ba5d9efd426a70b291eaba96f47d071657e0254ea969025728a')
+sha256sums=('a0470c19130ddf90c2b07c0c701d72890a7335090903aeb709f003a66416380f')
check() {
cd "${srcdir}/${_pkgname}-${pkgver}"