aboutsummaryrefslogtreecommitdiffstats
path: root/main/libical
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-10 22:12:41 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-16 17:31:35 +0000
commit86ebf864ee2b16ede68ec5607d1fa913a7ada752 (patch)
tree5a40d8577fbaba4e2db6518d17e7da02bb516c04 /main/libical
parent53f795a26b0d2df72fc58f53165f85513bfc49f7 (diff)
downloadaports-86ebf864ee2b16ede68ec5607d1fa913a7ada752.tar.bz2
aports-86ebf864ee2b16ede68ec5607d1fa913a7ada752.tar.xz
main/libical: mark tests broken, write better pkgdesc
Diffstat (limited to 'main/libical')
-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"