diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-23 16:44:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 16:46:32 -0300 |
commit | 7f3b48cb4d4b49eb87f2ee5b17ec144536530d45 (patch) | |
tree | d66713f186e52bf88cc25e89894b7d950cbf1897 /testing/akonadi-calendar | |
parent | 62c3585336bfda3851eb1eb254fb48618661fd27 (diff) | |
download | aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.bz2 aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.xz |
teting/kde-applications: upgrade to 19.08.0
Diffstat (limited to 'testing/akonadi-calendar')
-rw-r--r-- | testing/akonadi-calendar/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/akonadi-calendar/APKBUILD b/testing/akonadi-calendar/APKBUILD index 850ad11192..f773adfde2 100644 --- a/testing/akonadi-calendar/APKBUILD +++ b/testing/akonadi-calendar/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=akonadi-calendar -pkgver=19.04.3 +pkgver=19.08.0 pkgrel=0 pkgdesc="Libraries and daemons to implement basic email handling" arch="all !ppc64le !s390x" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine @@ -31,4 +31,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="b72b79c51d007669f637299a60dc246a363a9484f332983c348984e62e8e1dfd3f7808e6de9014efc09786f78a12bb705cf11193c32071aef7b916c7a4abc3e2 akonadi-calendar-19.04.3.tar.xz" +sha512sums="8587c494ee5df2109c08e0becced54a8ab730fca8ad4c21bb483276130b6d6790970e6761cd909176bed24e6a157c85ed1fffb64c70e3086cf0b1c03e107830d akonadi-calendar-19.08.0.tar.xz" |