summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Yantis2016-05-29 01:58:16 -0700
committerJonathan Yantis2016-05-29 01:58:16 -0700
commit22b2a16f301559adc3abf42030faeaa34af5cd95 (patch)
tree197ebd3e8d8fc8e93bf58e2b443952b0a6ce54bb /PKGBUILD
parent7669b5edd5cd3816b59f477398a4bf968f56df3c (diff)
downloadaur-python2-htpasswd-git.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 2c44d08f9ed6..cda3aad26302 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' 'python2-future')
+depends=('python2' 'python2-future' 'python2-orderedmultidict-git')
source=('git+https://github.com/thesharp/htpasswd.git')
sha256sums=('SKIP')
makedepends=('git' 'python2-setuptools')