aboutsummaryrefslogtreecommitdiffstats
path: root/community/kmime/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kmime/APKBUILD')
-rw-r--r--community/kmime/APKBUILD18
1 files changed, 13 insertions, 5 deletions
diff --git a/community/kmime/APKBUILD b/community/kmime/APKBUILD
index ed89210a1bc..6c5bb4b061f 100644
--- a/community/kmime/APKBUILD
+++ b/community/kmime/APKBUILD
@@ -1,14 +1,22 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kmime
-pkgver=20.08.2
+pkgver=20.08.3
pkgrel=0
pkgdesc="Library for handling mail messages and newsgroup articles"
-arch="all !armhf"
+# armhf blocked by extra-cmake-modules
+# mips, mips64 and s390x blocked by qt5-qtbase-x11
+arch="all !armhf !s390x"
url="https://community.kde.org/KDE_PIM"
license="LGPL-2.0-or-later"
-depends_dev="qt5-qtbase-dev ki18n-dev kcodecs-dev"
-makedepends="$depends_dev extra-cmake-modules"
+depends_dev="
+ kcodecs-dev
+ ki18n-dev
+ qt5-qtbase-dev
+ "
+makedepends="$depends_dev
+ extra-cmake-modules
+ "
source="https://download.kde.org/stable/release-service/$pkgver/src/kmime-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-lang"
@@ -30,4 +38,4 @@ check() {
package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="03136e02f3f80b3098259d6984b5c85e50f75a101ed7b57809cf113e11aa50b78c46d6b041118ffbd7e6a19567b32f53d7bd7fdf66ddb64226a7d27c0a55280b kmime-20.08.2.tar.xz"
+sha512sums="3dd4314960d5dceed08206a8d997f38b294de0244fcf3a7f4859f913401ae86f5bc8cc598d9b7cf132373704e499c1eccc13e9dd11bfda0b8a5b04a66421b65e kmime-20.08.3.tar.xz"