summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormesmerx2022-05-19 23:46:59 -0300
committermesmerx2022-05-19 23:46:59 -0300
commit1285599fdac171387aec9c8f1186dc8c835c6e38 (patch)
tree5a55b64235937fb31d7dfaf6316055b1b76f4d8e
parent2d593b3cead201589c2bfeaae2a0a7ed5f588d5c (diff)
downloadaur-1285599fdac171387aec9c8f1186dc8c835c6e38.tar.gz
update version to 0.0.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec17c0d876b8..296ea414894a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aws-google-auth
pkgdesc = Provides AWS STS credentials based on Google Apps SAML SSO auth
- pkgver = 0.0.37
+ pkgver = 0.0.38
pkgrel = 1
url = https://github.com/cevoaustralia/aws-google-auth
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-aws-google-auth
depends = python-keyrings-alt
depends = python-configparser
optdepends = python-u2flib-host: U2F support
- source = aws-google-auth-0.0.37.tar.gz::https://github.com/cevoaustralia/aws-google-auth/archive/0.0.37.tar.gz
- sha512sums = d128857ab1b6eaec28c69b488c8efd52a036a36c23dc2f8f12e8269d2ce891a3024b58f581e1867341495f079d9b7fb9a48ee91c47284639b2917079a8f4747a
+ source = aws-google-auth-0.0.38.tar.gz::https://github.com/cevoaustralia/aws-google-auth/archive/0.0.38.tar.gz
+ sha512sums = bb43bd6718e556595a9277dbfd841b2fb180c307ef41e09dc45e871b1178fb4e97e15ee79938e31729fbe86166e4b60c90976d4e8997e77f19489160f65d0a7c
pkgname = python-aws-google-auth
diff --git a/PKGBUILD b/PKGBUILD
index 4e6442f7e9c4..f9d278a7600d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=aws-google-auth
pkgname="python-$_pkgname"
-pkgver=0.0.37
+pkgver=0.0.38
pkgrel=1
pkgdesc="Provides AWS STS credentials based on Google Apps SAML SSO auth"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-beautifulsoup4' 'python-boto3' 'python-filelock'
'python-tabulate' 'python-tzlocal' 'python-keyrings-alt' 'python-configparser')
optdepends=('python-u2flib-host: U2F support')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/cevoaustralia/$_pkgname/archive/$pkgver.tar.gz")
-sha512sums=('d128857ab1b6eaec28c69b488c8efd52a036a36c23dc2f8f12e8269d2ce891a3024b58f581e1867341495f079d9b7fb9a48ee91c47284639b2917079a8f4747a')
+sha512sums=('bb43bd6718e556595a9277dbfd841b2fb180c307ef41e09dc45e871b1178fb4e97e15ee79938e31729fbe86166e4b60c90976d4e8997e77f19489160f65d0a7c')
build() {
cd "$srcdir"/$_pkgname-$pkgver