diff options
Diffstat (limited to 'testing/kea-hook-runscript')
| -rw-r--r-- | testing/kea-hook-runscript/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/kea-hook-runscript/APKBUILD b/testing/kea-hook-runscript/APKBUILD index 6a96e9c92f..9b88458c62 100644 --- a/testing/kea-hook-runscript/APKBUILD +++ b/testing/kea-hook-runscript/APKBUILD @@ -1,13 +1,13 @@ -# Maintainer: Steve HOLWEG <skytep@gmail.com> +# Maintainer: Steve Holweg <skytep@gmail.com> pkgname=kea-hook-runscript pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." arch="all !armhf !armv7" # limited by kea url="https://github.com/zorun/kea-hook-runscript" license="MPL2" -depends="kea>=1.4.0" -makedepends="boost-dev kea-dev kea-utils" +depends="kea-common>=1.4.0" +makedepends="boost-dev kea-dev" source="https://github.com/zorun/kea-hook-runscript/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" options="!check" # Library and makefile provide no tests |
