summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2019-01-28 20:10:52 -0600
committerMusikolo2019-01-28 20:10:52 -0600
commit4fac0978e81a41870a1630a8ee62eb570d96f332 (patch)
tree09f11890726bee77a31079cd15fda23ba60f21f9
parentc9964d04458c2c28f5fbb2dad83907a28308b1b9 (diff)
downloadaur-4fac0978e81a41870a1630a8ee62eb570d96f332.tar.gz
Add new required python-lxml dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b67e53a3ff26..651a61e9c0e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 27 06:23:09 UTC 2019
+# Tue Jan 29 02:09:13 UTC 2019
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 = 0.3.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cshamrick/stsauth
arch = any
license = MIT
@@ -24,6 +24,7 @@ pkgbase = stsauth
depends = python-click-log
depends = python-cryptography
depends = python-pyotp
+ depends = python-lxml
source = git+https://github.com/cshamrick/stsauth.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f5fbc879a7e5..1fd4633fc386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=stsauth
pkgver=0.3.4
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)
+depends=(python-boto3 python-beautifulsoup4 python-click python2-configparser 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')