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"