summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Yantis2016-05-29 01:48:09 -0700
committerJonathan Yantis2016-05-29 01:48:09 -0700
commit7669b5edd5cd3816b59f477398a4bf968f56df3c (patch)
treed00575d0c13d6ed8e184e84175b49a1ae9fce9e7 /PKGBUILD
parentd26d0e7db76cdf21fe36689b9f3aed9b71bed86b (diff)
downloadaur-7669b5edd5cd3816b59f477398a4bf968f56df3c.tar.gz
PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e193f0a5ce7..2c44d08f9ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Python 2 Library for working with htpasswd user (only basic authorizati
arch=('any')
url='https://github.com/thesharp/htpasswd'
license=('custom')
-depends=('python2')
+depends=('python2' 'python2-future')
source=('git+https://github.com/thesharp/htpasswd.git')
sha256sums=('SKIP')
makedepends=('git' 'python2-setuptools')