summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Yantis2016-05-29 01:59:41 -0700
committerJonathan Yantis2016-05-29 01:59:41 -0700
commita1895b433401514d18c108d5d5e19965f96ca74d (patch)
treebe06f3a8a465ade1ecdb05d2efd22e7c091c425e
parent4a4cc9471338c5422248deeca8171d7db150a124 (diff)
downloadaur-a1895b433401514d18c108d5d5e19965f96ca74d.tar.gz
PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4767112617f1..74c1ba535d9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun May 29 08:49:12 UTC 2016
+# Sun May 29 08:59:41 UTC 2016
pkgbase = python-htpasswd-git
- 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
pkgver = .r31.ef677a5
pkgrel = 1
url = https://github.com/thesharp/htpasswd
@@ -11,6 +11,7 @@ pkgbase = python-htpasswd-git
makedepends = python-setuptools
depends = python
depends = python-future
+ depends = python-orderedmultidict-git
provides = python-htpasswd
conflicts = python-htpasswd
source = git+https://github.com/thesharp/htpasswd.git
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')