diff options
Diffstat (limited to 'testing/chelf/APKBUILD')
-rw-r--r-- | testing/chelf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/chelf/APKBUILD b/testing/chelf/APKBUILD index 05692c671b3..f590d5fa37b 100644 --- a/testing/chelf/APKBUILD +++ b/testing/chelf/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Ariadne Conill <ariadne@dereferenced.org> pkgname=chelf pkgver=0.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Display or change the stack size of an ELF binary" -url=" " +url="https://github.com/Gottox/chelf" arch="all" options="!check" # No test suite. license="BSD-2-Clause" |