diff options
Diffstat (limited to 'testing/kea-hook-runscript')
-rw-r--r-- | testing/kea-hook-runscript/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kea-hook-runscript/APKBUILD b/testing/kea-hook-runscript/APKBUILD index 591c4799c0..352ea10abe 100644 --- a/testing/kea-hook-runscript/APKBUILD +++ b/testing/kea-hook-runscript/APKBUILD @@ -2,12 +2,12 @@ pkgname=kea-hook-runscript pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." arch="all" url="https://github.com/zorun/kea-hook-runscript" license="MPL2" -depends="kea" +depends="kea>=1.4.0" makedepends="kea-dev kea-utils boost-dev" install="" subpackages="" |