diff options
Diffstat (limited to 'main/acf-chrony')
-rw-r--r-- | main/acf-chrony/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/acf-chrony/APKBUILD b/main/acf-chrony/APKBUILD index 309c2e26d8..8ae9ffae78 100644 --- a/main/acf-chrony/APKBUILD +++ b/main/acf-chrony/APKBUILD @@ -1,10 +1,11 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Contributor: Ted Trask <ttrask01@yahoo.com> +# Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-chrony pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="A web-based system administration interface for chrony" url="http://git.alpinelinux.org/cgit/acf-chrony" -arch="x86 x86_64" +arch="noarch" license="GPL-2" depends="acf-core lua lua-posix chrony" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" |