~alpine/aports

testing/kde-applications: add -sdk to depends v1 PROPOSED

Bart Ribbers: 1
 testing/kde-applications: add -sdk to depends

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2851/mbox | git am -3
Learn more about email & git

[PATCH] testing/kde-applications: add -sdk to depends Export this patch

---
 testing/kde-applications/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/kde-applications/APKBUILD b/testing/kde-applications/APKBUILD
index c29ba2f819..22976d444e 100644
--- a/testing/kde-applications/APKBUILD
+++ b/testing/kde-applications/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kde-applications
pkgver=19.04.3
pkgrel=3
pkgrel=4
arch="noarch !ppc64le !s390x" # Limited by edu, network and pim
url="https://kde.org/applications/"
pkgdesc="KDE Applications meta package"
@@ -30,6 +30,7 @@ depends="
	$pkgname-multimedia
	$pkgname-network
	$pkgname-pim
	$pkgname-sdk
	$pkgname-utils
	$pkgname-webdev"
options="!check" # Meta package
-- 
2.22.0