From 09e45bd9a6ca7bd20205522b09cc1b1ac9c5bc20 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 6 Jan 2020 11:13:52 +0100 Subject: [PATCH] main/hello-world-wrapper: fix linting issues (!872) --- main/hello-world-wrapper/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/hello-world-wrapper/APKBUILD b/main/hello-world-wrapper/APKBUILD index e752eb119..1c9ebf236 100644 --- a/main/hello-world-wrapper/APKBUILD +++ b/main/hello-world-wrapper/APKBUILD @@ -1,15 +1,15 @@ +# Contributor: Oliver Smith +# Maintainer: Oliver Smith pkgname=hello-world-wrapper pkgver=1 -pkgrel=2 +pkgrel=3 pkgdesc="Dependency test package wrapping hello-world" url="https://github.org/postmarketOS" arch="noarch" license="MIT" depends="hello-world" makedepends="hello-world" -subpackages="" source="hello-world-wrapper.sh" -options="" check() { cd "$srcdir"