aboutsummaryrefslogtreecommitdiffstats
path: root/main/libical/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libical/APKBUILD')
-rw-r--r--main/libical/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libical/APKBUILD b/main/libical/APKBUILD
index 25321f2fab..3ebaac71a9 100644
--- a/main/libical/APKBUILD
+++ b/main/libical/APKBUILD
@@ -1,10 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libical
pkgver=2.0.0
-pkgrel=2
-pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
+pkgrel=3
+pkgdesc="Reference implementation of the iCalendar format"
url="https://libical.github.io/libical/"
arch="all"
+options="!check" # Test suite is very broken.
license="LGPL MPL"
depends=""
makedepends="perl cmake"