summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a8925d5be4c..6f2d37719cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-htpasswd-git
pkgver=.r31.ef677a5
pkgrel=1
-pkgdesc='Python 3 Library for working with htpasswd user (only basic authorization) and group files'
+pkgdesc='Python Library for working with htpasswd user (only basic authorization) and group files'
arch=('any')
url='https://github.com/thesharp/htpasswd'
license=('custom')
-depends=('python' 'python-future')
+depends=('python' 'python-future' 'python-orderedmultidict-git')
source=('git+https://github.com/thesharp/htpasswd.git')
sha256sums=('SKIP')
makedepends=('git' 'python-setuptools')