summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoffrey2024-04-19 13:34:10 +0200
committerJoffrey2024-04-19 13:34:10 +0200
commit604c0933f642e7602865abf3937e1884e507114d (patch)
tree80ca86f8a1e78f6a9c36ece3845a359c50fba639 /PKGBUILD
parent31f5d29d57c7eec36661ce41ff0ccba8cd6ff70b (diff)
downloadaur-604c0933f642e7602865abf3937e1884e507114d.tar.gz
Remove python-setuptools dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7ecff496089..d5aa34a96ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
pkgname=seahub
pkgver=11.0.7
-pkgrel=1
+pkgrel=2
pkgdesc='The web frontend for seafile server'
arch=('any')
url='https://github.com/haiwen/seahub'
license=('Apache')
depends=(
"seafile-server>=$pkgver"
- 'python-setuptools'
'python-django'
'python-django-statici18n'
'python-django-webpack-loader'