aboutsummaryrefslogtreecommitdiffstats
path: root/community/kwallet/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-10-17 17:41:19 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-20 19:49:47 +0000
commit93fe6d1ba0e49a7acb827bc7159bf5709d11e0cf (patch)
tree487f61c11887ad4788225ccf1d026ed6c121e6c9 /community/kwallet/APKBUILD
parent2aefaab831e76099e103a2a1702652f3a6c61f62 (diff)
downloadaports-93fe6d1ba0e49a7acb827bc7159bf5709d11e0cf.tar.bz2
aports-93fe6d1ba0e49a7acb827bc7159bf5709d11e0cf.tar.xz
community/kde-frameworks: fix linting errors
Closes !517
Diffstat (limited to 'community/kwallet/APKBUILD')
-rw-r--r--community/kwallet/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kwallet/APKBUILD b/community/kwallet/APKBUILD
index db01d8145b..221a8dff11 100644
--- a/community/kwallet/APKBUILD
+++ b/community/kwallet/APKBUILD
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
prepare() {
default_prepare
-
+
mkdir "$builddir"/build
}
@@ -30,7 +30,7 @@ build() {
check() {
cd "$builddir"/build
-
+
local excluded_checks=
case "$CARCH" in
s390x) excluded_checks="(blowfishtest)";;