diff options
Diffstat (limited to 'testing/radicale/APKBUILD')
-rw-r--r-- | testing/radicale/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/radicale/APKBUILD b/testing/radicale/APKBUILD index e9c5d7e2d2..0551bf1954 100644 --- a/testing/radicale/APKBUILD +++ b/testing/radicale/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=radicale pkgver=2.1.8 -pkgrel=0 +pkgrel=1 pkgdesc="A simple CalDAV (calendar) and CardDAV (contact) server" url="http://radicale.org" arch="noarch" license="GPLv3+" -depends="python3" +depends="python3 py3-vobject" depends_dev="" makedepends="$depends_dev python3" pkgusers="radicale" |