summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")