summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlemens Schölhorn2023-08-05 23:35:05 +0200
committerKlemens Schölhorn2023-08-05 23:36:14 +0200
commiteba1ee701a490770f88702ceaf02b553f14fe66c (patch)
treefc4571e3d68649bb84cc84febdfa7ce5c6136987
parent21464e8451886848ff94474f02dd80e6a4a982e9 (diff)
downloadaur-eba1ee701a490770f88702ceaf02b553f14fe66c.tar.gz
Python 3.11 rebuild
-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')