summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Beringer2018-06-01 18:18:40 +0200
committerIan Beringer2018-06-01 18:18:40 +0200
commit5fdf8415a6f2d69e22e9008491bafcf3ab5e90e1 (patch)
treec4572a2b0cd967c86c2d23a64d839994465fd7cd /PKGBUILD
parent44199f50d1460bc254e234f80edf5f8f735ff040 (diff)
downloadaur-5fdf8415a6f2d69e22e9008491bafcf3ab5e90e1.tar.gz
Update to 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1696fdb79d7..f1936b04cc8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-google-auth
_pkgname=google-auth
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
license=('Apache')
pkgdesc='Google Auth Python Library'
@@ -11,7 +11,7 @@ depends=('python' 'python-six' 'python-rsa' 'python-pyasn1-modules' 'python-cach
arch=('any')
url='https://github.com/GoogleCloudPlatform/google-auth-library-python'
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('9051802d3dae256036cca9e34633a32c0ed1427730d4ebc513dff91ec8b6dd45')
+sha256sums=('1745c9066f698eac3da99cef082914495fb71bc09597ba7626efbbb64c4acc57')
package() {
cd "$srcdir/$_pkgname-$pkgver"