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"