aboutsummaryrefslogtreecommitdiffstats
path: root/community/kdenetwork-filesharing/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kdenetwork-filesharing/APKBUILD')
-rw-r--r--community/kdenetwork-filesharing/APKBUILD17
1 files changed, 14 insertions, 3 deletions
diff --git a/community/kdenetwork-filesharing/APKBUILD b/community/kdenetwork-filesharing/APKBUILD
index 1ac1f63d9e1..6e55de04c90 100644
--- a/community/kdenetwork-filesharing/APKBUILD
+++ b/community/kdenetwork-filesharing/APKBUILD
@@ -1,14 +1,25 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kdenetwork-filesharing
-pkgver=20.08.2
+pkgver=20.08.3
pkgrel=0
+# armhf blocked by extra-cmake-modules
+# s390x blocked by kio
arch="all !armhf !s390x"
url="https://www.kde.org/applications/internet/"
pkgdesc="Properties dialog plugin to share a directory with the local network"
license="GPL-2.0-only OR GPL-3.0-only"
depends="samba"
-makedepends="extra-cmake-modules qt5-qtbase-dev kcompletion-dev kcoreaddons-dev ki18n-dev kio-dev kwidgetsaddons-dev kdoctools-dev"
+makedepends="
+ extra-cmake-modules
+ kcompletion-dev
+ kcoreaddons-dev
+ kdoctools-dev
+ ki18n-dev
+ kio-dev
+ kwidgetsaddons-dev
+ qt5-qtbase-dev
+ "
source="https://download.kde.org/stable/release-service/$pkgver/src/kdenetwork-filesharing-$pkgver.tar.xz"
subpackages="$pkgname-lang"
options="!check" # No tests
@@ -31,4 +42,4 @@ package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="9390b7f3e43fbebbf674ab6dee5a43a33eceeacf5635df63b5603895d85b2f5492e8be6657046bc99ab2a198412df39673adaa16ea3f50e78a36166ae0fa8ea8 kdenetwork-filesharing-20.08.2.tar.xz"
+sha512sums="88171c288c9cb56644bd719827fa1f060572353745c4ff6f5f9de3c02e8a508e4b222f6029e424ad857508c540bce37229fa2d06e52ff43121bac0808cafc398 kdenetwork-filesharing-20.08.3.tar.xz"