summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 524e0cfe640d..3ef3df66a317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 14 17:48:37 UTC 2018
+# Wed Oct 17 00:12:06 UTC 2018
pkgbase = totp-cli
pkgdesc = Cli application to generate OTP tokens for two-factor authentication.
pkgver = 1.1.1
@@ -9,6 +9,7 @@ pkgbase = totp-cli
license = MIT
depends = python-onetimepass
depends = pass
+ depends = python-setuptools
source = https://pypi.io/packages/source/t/totp/totp-1.1.1.tar.gz
md5sums = 80eb432406835f4a0a71a29ebf99bc22
diff --git a/PKGBUILD b/PKGBUILD
index dab28ae5e993..6f47b1fc1c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Cli application to generate OTP tokens for two-factor authentication."
arch=(any)
url="https://gitlab.com/hobarrera/totp-cli"
license=('MIT')
-depends=("python-onetimepass" "pass")
+depends=("python-onetimepass" "pass" "python-setuptools")
source=("https://pypi.io/packages/source/t/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('80eb432406835f4a0a71a29ebf99bc22')