diff options
Diffstat (limited to 'testing/calendarsupport/APKBUILD')
-rw-r--r-- | testing/calendarsupport/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/calendarsupport/APKBUILD b/testing/calendarsupport/APKBUILD index ed64a5b0e51..51089bfb870 100644 --- a/testing/calendarsupport/APKBUILD +++ b/testing/calendarsupport/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=calendarsupport -pkgver=19.08.0 +pkgver=19.08.1 pkgrel=0 pkgdesc="Library providing calendar support" arch="all !ppc64le !s390x" # Limited by akonadi-calendar-dev -> kmailtransport -> libkgapi -> qt5-qtwebengine @@ -27,4 +27,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="8cd494a59e1824a557fe5c3b1e687995ae144246ae8bba4e9c40fbcb33c5e69cbd571e7022b92e3c0a5873e3472a776a93144127d7292045f0a2e4650252376c calendarsupport-19.08.0.tar.xz" +sha512sums="562ad042a49716488f2ce998b96a4038cef762c8bdb4969cfbe9e13437dd2f9b6b9ffd48654644ef03bde135cbd2800caf42f8d1ae8f409ca7b8700f74c89afe calendarsupport-19.08.1.tar.xz" |