diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-12 10:01:12 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-12 10:31:10 -0300 |
commit | b296868f9449f3f5e20336d6045914ba9ea54577 (patch) | |
tree | 32fd79ed2fc5eaae8849385dead2e21f32045812 /testing/mailcommon | |
parent | 32f760605b9a18a018edf8896e1768f44315a467 (diff) | |
download | aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.bz2 aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.xz |
testing/kde-applications: update to 19.04.3
Diffstat (limited to 'testing/mailcommon')
-rw-r--r-- | testing/mailcommon/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mailcommon/APKBUILD b/testing/mailcommon/APKBUILD index 5c3d2b4dfa..924fa80388 100644 --- a/testing/mailcommon/APKBUILD +++ b/testing/mailcommon/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=mailcommon -pkgver=19.04.2 +pkgver=19.04.3 pkgrel=0 pkgdesc="KDE PIM library providing support for mail applications" arch="all !ppc64le !s390x" # Limited by messagelib -> qt5-qtwebengine @@ -29,4 +29,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="d30450d73eacc323e43273ff9ebfa61a5df6e08f5d98f9b900f534e3584f82922b632e71224d1cd6cb12d72bad50a7308dab13816f10e7d7f0ea9b68da6be31f mailcommon-19.04.2.tar.xz" +sha512sums="66c6a180f27ab727be38184ac847aba3f0c6fce962b244d8d4dbc7296ffea02e85a3b0ad89213df5d9f97974e06d3331879f0e964726e7db417c8102668527dc mailcommon-19.04.3.tar.xz" |