summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2019-01-05 18:54:29 +1100
committerMatthew Gamble2019-01-05 18:54:29 +1100
commit932b35d8eaaddffa2aae784a8321a7205bd6049e (patch)
tree1563581ea1043b3979d0b1b44c1e24c5b5917e10
parent407aac46a0326e83ea772c169d1cc5e04901194c (diff)
downloadaur-932b35d8eaaddffa2aae784a8321a7205bd6049e.tar.gz
Add python-entrypoints as hard dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fe681a4f3c8..566320a1d2f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jan 5 07:46:12 UTC 2019
+# Sat Jan 5 07:54:24 UTC 2019
pkgbase = python-wsgidav
pkgdesc = Generic WebDAV server based on WSGI
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mar10/wsgidav
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-defusedxml
+ depends = python-entrypoints
optdepends = python-lxml: for faster XML processing
optdepends = python-cheroot: to use the built-in webserver
optdepends = python-pyyaml: to use the build-in server runner CLI
diff --git a/PKGBUILD b/PKGBUILD
index 6aed03a2c815..35989af483b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-wsgidav
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Generic WebDAV server based on WSGI"
arch=("any")
license=("MIT")
url="https://github.com/mar10/wsgidav"
-depends=("python" "python-defusedxml")
+depends=("python" "python-defusedxml" "python-entrypoints")
makedepends=("python-setuptools")
optdepends=(
"python-lxml: for faster XML processing"