diff options
Diffstat (limited to 'testing/acf-fetch-crl/APKBUILD')
-rw-r--r-- | testing/acf-fetch-crl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/acf-fetch-crl/APKBUILD b/testing/acf-fetch-crl/APKBUILD index 5b64737324..8e2e23e5ae 100644 --- a/testing/acf-fetch-crl/APKBUILD +++ b/testing/acf-fetch-crl/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-fetch-crl pkgver=0.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface for fetch-crl" url="http://git.alpinelinux.org/cgit/$pkgname" -arch="x86 x86_64" +arch="noarch" license="GPL-2" depends="acf-core lua fetch-crl" makedepends="" |