diff options
author | Tom Vincent | 2020-05-04 16:07:14 +0100 |
---|---|---|
committer | Tom Vincent | 2020-05-04 16:07:14 +0100 |
commit | eaf05fa85bd33625df73ca51349756955066661b (patch) | |
tree | ea8137d8ad93847c529ab6559f74c8d532e00b4a /PKGBUILD | |
parent | 99d4d42ad8659ccbe7fb465ab3cdf16702c5e9ee (diff) | |
download | aur-eaf05fa85bd33625df73ca51349756955066661b.tar.gz |
fix: add u2f optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ _pkgname=aws-google-auth pkgname="python-$_pkgname" pkgver=0.0.35 -pkgrel=1 +pkgrel=2 pkgdesc="Provides AWS STS credentials based on Google Apps SAML SSO auth" arch=('any') url="https://github.com/cevoaustralia/aws-google-auth" @@ -11,6 +11,7 @@ license=('MIT') depends=('python-beautifulsoup4' 'python-boto3' 'python-filelock' 'python-keyring' 'python-lxml' 'python-pillow' 'python-requests' 'python-six' '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') |