summaryrefslogtreecommitdiff
path: root/user/libical
diff options
context:
space:
mode:
Diffstat (limited to 'user/libical')
-rw-r--r--user/libical/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/libical/APKBUILD b/user/libical/APKBUILD
index a866743c7..513674394 100644
--- a/user/libical/APKBUILD
+++ b/user/libical/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer:
pkgname=libical
pkgver=3.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Reference implementation of the iCalendar format"
url="https://libical.github.io/libical/"
arch="all"
#options="!check" # Test suite is very broken.
license="MPL-2.0 OR LGPL-2.1-only"
depends=""
-makedepends="cmake libxml2-dev perl glib-dev"
+makedepends="cmake glib-dev icu-dev libxml2-dev perl"
subpackages="$pkgname-dev"
source="https://github.com/libical/libical/releases/download/v$pkgver/libical-$pkgver.tar.gz"