diff options
author | ptrcnull <git@ptrcnull.me> | 2022-07-26 04:30:21 +0200 |
---|---|---|
committer | ptrcnull <git@ptrcnull.me> | 2022-07-26 04:32:19 +0200 |
commit | 8dace057e0674fffb604ffb01fe7f61fdad454e7 (patch) | |
tree | f5c158ad8b139f628fca883339d82371757a087f | |
parent | e9fbbb6d9f89ba7c2f565c9ed3689ce1da5b4e84 (diff) | |
download | aports-8dace057e0674fffb604ffb01fe7f61fdad454e7.zip |
testing/chelf: fix malformed url
-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" |