summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc07439bb3f3..88f94706fca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 29 08:48:09 UTC 2016
+# Sun May 29 08:58:16 UTC 2016
pkgbase = python2-htpasswd-git
pkgdesc = Python 2 Library for working with htpasswd user (only basic authorization) and group files
pkgver = .r31.ef677a5
@@ -11,6 +11,7 @@ pkgbase = python2-htpasswd-git
makedepends = python2-setuptools
depends = python2
depends = python2-future
+ depends = python2-orderedmultidict-git
provides = python2-htpasswd
conflicts = python2-htpasswd
source = git+https://github.com/thesharp/htpasswd.git
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')