aboutsummaryrefslogtreecommitdiffstats
path: root/community/kcalendarcore
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-01-11 21:39:15 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-13 14:36:34 +0100
commit638d7ed24b00fb6461ecd60397c1032d9ae307a2 (patch)
treedf391febae1b8dd3a2fec7809c9172ff78a31ed2 /community/kcalendarcore
parent1f54ed613615715e5c988487244d7a3f1e787467 (diff)
downloadaports-638d7ed24b00fb6461ecd60397c1032d9ae307a2.tar.bz2
aports-638d7ed24b00fb6461ecd60397c1032d9ae307a2.tar.xz
community/kde-frameworks: upgrade to 5.66
Diffstat (limited to 'community/kcalendarcore')
-rw-r--r--community/kcalendarcore/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kcalendarcore/APKBUILD b/community/kcalendarcore/APKBUILD
index 58f531e4cc..41ca64816a 100644
--- a/community/kcalendarcore/APKBUILD
+++ b/community/kcalendarcore/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kcalendarcore
-pkgver=5.65.0
+pkgver=5.66.0
pkgrel=0
pkgdesc="The KDE calendar access library"
arch="all"
@@ -32,12 +32,12 @@ build() {
check() {
cd "$builddir"/build
- # testrecurtodo, testreadrecurrenceid, testicaltimezones and testmemorycalendar are broken
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "test(recurtodo|readrecurrenceid|icaltimezones|memorycalendar)"
+ # testrecurtodo, testreadrecurrenceid, testicaltimezones, testmemorycalendar and testtimesininterval are broken
+ CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "test(recurtodo|readrecurrenceid|icaltimezones|memorycalendar|timesininterval)"
}
package() {
cd "$builddir"/build
DESTDIR="$pkgdir" make install
}
-sha512sums="4222a7223b9c6a45bc6966e547f9caa129e469a21386be271678ac3e6fcc2574593ca9dbb3f00bec30030f3d4511fb219a692607cd3b5fdcecd29be758a6e3ae kcalendarcore-5.65.0.tar.xz"
+sha512sums="155b229c9903f8f72fc54950810e6efbd3fc81a9e546b747170ef9125115617db248a4936206671b4e7aa2337a95791f43f8532762e761f6ad22d4e2e73d45e2 kcalendarcore-5.66.0.tar.xz"