summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Fišer2019-03-18 11:28:53 +0100
committerJakub Fišer2019-03-18 11:28:53 +0100
commitc48254a57c3ef3dca9addbde0b9981053a335de1 (patch)
treeb2a0f9258ad605f3aa58ca79f6dd94aba5fa3bbe /PKGBUILD
parent3d4c9b688b0ad7040f26f1c0772a60a368a12c93 (diff)
downloadaur-pwdhash-git.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da17dc5c0829..595583b17fb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Site-specific password generator"
arch=('any')
url='https://github.com/abbot/pwdhash'
license=('BSD')
-depends=('python')
+depends=('python2' 'python2-setuptools')
+makedepends=('git')
source=( "git+https://github.com/abbot/pwdhash")
md5sums=("SKIP")