summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45e13e584ba5..cd92a5d54740 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 7 03:49:21 UTC 2021
+# Tue Jun 14 12:40:40 UTC 2022
pkgbase = stsauth
pkgdesc = CLI tool for fetching AWS tokens. Creates a temporary AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY that can be used with cli tools such as awscli, ansible, terraform and more.
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cshamrick/stsauth
arch = any
license = MIT
@@ -12,13 +12,11 @@ pkgbase = stsauth
makedepends = python-boto3
makedepends = python-beautifulsoup4
makedepends = python-click
- makedepends = python2-configparser
makedepends = python-requests
makedepends = python-requests-ntlm
depends = python-boto3
depends = python-beautifulsoup4
depends = python-click
- depends = python2-configparser
depends = python-requests
depends = python-requests-ntlm
depends = python-click-log
diff --git a/PKGBUILD b/PKGBUILD
index 017d05582c65..e678fa98553b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=stsauth
pkgver=1.0.3
pkgdesc="CLI tool for fetching AWS tokens. Creates a temporary AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY that can be used with cli tools such as awscli, ansible, terraform and more."
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/cshamrick/stsauth"
license=(MIT)
-makedepends=(aws-cli python-pip python-boto3 python-beautifulsoup4 python-click python2-configparser python-requests python-requests-ntlm)
-depends=(python-boto3 python-beautifulsoup4 python-click python2-configparser python-requests python-requests-ntlm python-click-log python-cryptography python-pyotp python-lxml)
+makedepends=(aws-cli python-pip python-boto3 python-beautifulsoup4 python-click python-requests python-requests-ntlm)
+depends=(python-boto3 python-beautifulsoup4 python-click python-requests python-requests-ntlm python-click-log python-cryptography python-pyotp python-lxml)
options=()
source=("git+https://github.com/cshamrick/${pkgname}.git")
md5sums=('SKIP')