summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrap000d2020-09-24 12:32:36 +1200
committerTrap000d2020-09-24 12:32:36 +1200
commit9d6510c9bc795deec5c4e8874820b26332e4d841 (patch)
tree5a4a0c76fcdf67341870f4255f98780428a6396a
parentfc8386223140cc23df56633862f40db65c0018c0 (diff)
downloadaur-9d6510c9bc795deec5c4e8874820b26332e4d841.tar.gz
dependency 'python-json5' was missing
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c99841fa934..dcf1f6e7e9c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-wsgidav-seafile
pkgver=7.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Seafile webdav server"
arch=('any')
url="https://github.com/haiwen/seafdav"
license=('MIT')
depends=('python'
+ 'python-json5'
'python-seafobj')
makedepends=('python-setuptools'
'libyaml')