aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-oauth2client/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-oauth2client/APKBUILD')
-rw-r--r--community/py3-oauth2client/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-oauth2client/APKBUILD b/community/py3-oauth2client/APKBUILD
index db0653c6fda..93a886857b4 100644
--- a/community/py3-oauth2client/APKBUILD
+++ b/community/py3-oauth2client/APKBUILD
@@ -2,10 +2,10 @@
pkgname=py3-oauth2client
_pkgname=oauth2client
pkgver=4.1.3
-pkgrel=4
+pkgrel=5
pkgdesc="A client library for OAuth 2.0"
options="!check" # Requires 'sqlalchemy' , 'fasteners' and 'flask'
-url="https://github.com/google/oauth2client"
+url="https://github.com/googleapis/oauth2client"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-asn1 py3-httplib2 py3-asn1-modules py3-rsa py3-six"