summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Vincent2020-06-15 10:41:50 +0100
committerTom Vincent2020-06-15 10:41:50 +0100
commit4cbd89cfebb16f8be7aad8d905f17aac3e037ccf (patch)
tree138c668fe9d7638f78b41a55e67c52daed36139c
parenteaf05fa85bd33625df73ca51349756955066661b (diff)
downloadaur-4cbd89cfebb16f8be7aad8d905f17aac3e037ccf.tar.gz
feat: 0.0.36
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a85009a55f71..26a47612fadd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-aws-google-auth
pkgdesc = Provides AWS STS credentials based on Google Apps SAML SSO auth
- pkgver = 0.0.35
- pkgrel = 2
+ pkgver = 0.0.36
+ pkgrel = 1
url = https://github.com/cevoaustralia/aws-google-auth
arch = any
license = MIT
@@ -18,8 +18,8 @@ pkgbase = python-aws-google-auth
depends = python-keyrings-alt
depends = python-configparser
optdepends = python-u2flib-host: U2F support
- source = aws-google-auth-0.0.35.tar.gz::https://github.com/cevoaustralia/aws-google-auth/archive/0.0.35.tar.gz
- sha512sums = 6c13e416884206e442895117bc78b599596b0ae91bf3300c39df388985bfcef3d33927f98ea02d722aefd6cead8e03ed688abdf45da6a38c7ae0eb0c15ce0854
+ source = aws-google-auth-0.0.36.tar.gz::https://github.com/cevoaustralia/aws-google-auth/archive/0.0.36.tar.gz
+ sha512sums = 999f792ae023ba623e3c678ead295e59abf8064db4084ed652460f4b9963809bdb954bf391ec99d546df78e4c5f1cbf189c54b123cfd65d941e1f2109f47a92e
pkgname = python-aws-google-auth
diff --git a/PKGBUILD b/PKGBUILD
index 99a20d2adaba..0a0db927c9fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Tom Vincent <http://tlvince.com/contact/>
+# Maintainer: Tom Vincent <https://tlvince.com/contact>
_pkgname=aws-google-auth
pkgname="python-$_pkgname"
-pkgver=0.0.35
-pkgrel=2
+pkgver=0.0.36
+pkgrel=1
pkgdesc="Provides AWS STS credentials based on Google Apps SAML SSO auth"
arch=('any')
url="https://github.com/cevoaustralia/aws-google-auth"
@@ -13,7 +13,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=('6c13e416884206e442895117bc78b599596b0ae91bf3300c39df388985bfcef3d33927f98ea02d722aefd6cead8e03ed688abdf45da6a38c7ae0eb0c15ce0854')
+sha512sums=('999f792ae023ba623e3c678ead295e59abf8064db4084ed652460f4b9963809bdb954bf391ec99d546df78e4c5f1cbf189c54b123cfd65d941e1f2109f47a92e')
build() {
cd "$srcdir"/$_pkgname-$pkgver