summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a1efee10cfd..23e4d251f5c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,24 @@
pkgname=python-wsgidav-seafile
pkgver=9.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Seafile webdav server"
arch=('any')
url="https://github.com/haiwen/seafdav"
license=('MIT')
+
depends=('python'
'python-json5'
'python-seafobj'
'python-defusedxml'
'python-jinja'
+ 'python-setuptools'
'python-sqlalchemy'
'python-yaml')
-makedepends=('python-setuptools'
+
+makedepends=('python-pip'
'libyaml')
+
conflicts=('python-wsgidav')
source=("${url}/archive/v${pkgver}-server.tar.gz")
sha256sums=('492b74219edb3c8062a9515ef12521d5faa9790143af0a256748bfb5245e5ad9')