summaryrefslogtreecommitdiff
path: root/pcr/california
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-12-18 10:17:13 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-12-18 10:17:13 +0100
commitfb74789cc143bdf33fd2e786a1affe2968b71353 (patch)
tree580ddf1c16db8ca9e855e7891e44186ab568d187 /pcr/california
parent9817e6cc2aa214f4ee97f2d592bba4eeb151f08f (diff)
pcr/california: rebuilt against libical-4
Diffstat (limited to 'pcr/california')
-rw-r--r--pcr/california/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/pcr/california/PKGBUILD b/pcr/california/PKGBUILD
index 83d8bc79a..ca6f64e11 100644
--- a/pcr/california/PKGBUILD
+++ b/pcr/california/PKGBUILD
@@ -2,18 +2,17 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: André Silva <emulatorman@hyperbola.info>
-# TODO: add explicit versioned dependency canary on icu -- à la
-# iceweasel -- so as to avoid breakage when Arch bumps the
-# soname
-
pkgname=california
pkgver=0.4.0
-pkgrel=2.8
+pkgrel=2.9
pkgdesc='A new calendar application for GNOME 3. It is currently under heavy development.'
arch=('i686' 'x86_64' 'armv7h')
url="https://wiki.gnome.org/Apps/California"
license=('LGPL2.1')
-depends=('evolution-data-server' 'libgee' 'xdg-utils')
+depends=('evolution-data-server' 'libgee' 'xdg-utils' "libical>=3" "libical<4")
+depends_x86_64=("icu>=60" "icu<61")
+depends_i686=("icu>=60" "icu<61")
+depends_armv7h=("icu>=60" "icu<61")
makedepends=('vala' 'intltool' 'gnome-common' 'yelp-tools' 'gobject-introspection' 'patch')
install="${pkgname}.install"
source=('https://download.gnome.org/sources/california/0.4/california-0.4.0.tar.xz'