summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2018-10-16 21:11:38 -0300
committerHugo Osvaldo Barrera2018-10-16 21:12:15 -0300
commit956fa678cfcdf6f333c1558bed8528ad4a39e47d (patch)
tree7deb919d55b1df4f56f6a08f748baeee1fe092da /PKGBUILD
parent834362b48f8ff817f1c76032778d06a56d5a9ef6 (diff)
downloadaur-956fa678cfcdf6f333c1558bed8528ad4a39e47d.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')