diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-16 11:45:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-16 11:45:40 +0000 |
commit | 0c06e430fd9ef0c9812f5f89db5293fca03d48df (patch) | |
tree | 9917892d960de6a6724021d75b26c66c1d333349 /testing/radicale/APKBUILD | |
parent | faf3fb1e895840a3bd24509dcba46278b55de6d8 (diff) | |
download | aports-0c06e430fd9ef0c9812f5f89db5293fca03d48df.tar.bz2 aports-0c06e430fd9ef0c9812f5f89db5293fca03d48df.tar.xz |
testing/radicale: fix deps
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" |