summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f538723bf79..c192649cf2c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=radicale-auth-seafile
pkgname=python-$_pkgname
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Authenticate Radicale 2 requests against Seafile"
arch=('any')
url="https://github.com/klemens/radicale-auth-seafile"
@@ -11,6 +11,7 @@ license=('GPL3')
depends=('python'
'python-psycopg2'
'python-passlib'
+ 'python-setuptools'
'radicale>=2')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('9c23e60573ff9c8d339a3c1ad36790710e0d424373baa44c3273f8f48f4ffb57')