diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-12 14:08:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 11:36:41 +0100 |
commit | a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d (patch) | |
tree | 92642bd5660ad9118888865f8fa4c101ee82b281 /testing/akonadi-calendar-tools | |
parent | f68fba11e3d2125efe2416cbd7d0f429ab92ec1d (diff) | |
download | aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.bz2 aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.xz |
{community,testing}/kde-applications: upgrade to 19.08.3
Diffstat (limited to 'testing/akonadi-calendar-tools')
-rw-r--r-- | testing/akonadi-calendar-tools/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/akonadi-calendar-tools/APKBUILD b/testing/akonadi-calendar-tools/APKBUILD index 7d20f6e867..733fa7b9f8 100644 --- a/testing/akonadi-calendar-tools/APKBUILD +++ b/testing/akonadi-calendar-tools/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=akonadi-calendar-tools -pkgver=19.08.2 -pkgrel=1 +pkgver=19.08.3 +pkgrel=0 arch="all !ppc64le !s390x" # Limited by akonadi-calendar -> kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="CLI tools to manage akonadi calendars" @@ -37,4 +37,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="ff57af694d8fdd6c3bf08c0bdfb58d5cf2e54cccc74fcef1a74321fd1109b2fc0f4a902597fd2461fe91e6e17dd457db50f6b1d22b468afd391175cea0822627 akonadi-calendar-tools-19.08.2.tar.xz" +sha512sums="4cc146da96f6a006749e4c3e0962155fc8bcd788d2ed39adbbe73f1d82bc4264349ce06a9b524ff4fb1a1675e0d66345e5bbad8044360b6fe28d9565672f3922 akonadi-calendar-tools-19.08.3.tar.xz" |