summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Beliaev2022-10-04 09:45:38 +1300
committerAleksandr Beliaev2022-10-04 09:45:38 +1300
commit3ba994555e3ddbb52aa4881a36664f05592cd8d3 (patch)
tree8271e473947042615e3b2b946d9317680036b67f
parentd68d06d2339710f9e2d2758c864c273507d18fe6 (diff)
downloadaur-3ba994555e3ddbb52aa4881a36664f05592cd8d3.tar.gz
Built in clean chroot
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f09efbbb18f..d1702b043a7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wsgidav-seafile
pkgdesc = Seafile webdav server
pkgver = 9.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haiwen/seafdav
arch = any
license = MIT
@@ -12,7 +12,9 @@ pkgbase = python-wsgidav-seafile
depends = python-seafobj
depends = python-defusedxml
depends = python-jinja
+ depends = python-pip
depends = python-sqlalchemy
+ depends = python-wheel
depends = python-yaml
conflicts = python-wsgidav
source = https://github.com/haiwen/seafdav/archive/v9.0.9-server.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9a108e5446b5..9e6cee2947cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-wsgidav-seafile
pkgver=9.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Seafile webdav server"
arch=('any')
url="https://github.com/haiwen/seafdav"
@@ -12,7 +12,9 @@ depends=('python'
'python-seafobj'
'python-defusedxml'
'python-jinja'
+ 'python-pip'
'python-sqlalchemy'
+ 'python-wheel'
'python-yaml')
makedepends=('python-setuptools'
'libyaml')