From 02c0b08cc8f35900a02717ee63f2c5f4d9e8edfe Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sun, 5 Jan 2020 18:35:36 +0100 Subject: [PATCH] main/hello-world: fix linting issues (!872) --- main/hello-world/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/main/hello-world/APKBUILD b/main/hello-world/APKBUILD index 93c6db633..2936a6691 100644 --- a/main/hello-world/APKBUILD +++ b/main/hello-world/APKBUILD @@ -1,15 +1,13 @@ +# Contributor: Oliver Smith +# Maintainer: Oliver Smith pkgname=hello-world pkgver=1 -pkgrel=4 +pkgrel=5 pkgdesc="hello world program to be built in the testsuite" url="https://en.wikipedia.org/wiki/%22Hello,_World!%22_program" arch="all" license="MIT" -depends="" -makedepends="" -subpackages="" source="main.c Makefile" -options="" build() { cd "$srcdir"