aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kea-hook-runscript
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-08 15:25:05 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-08 15:28:45 +0100
commit28204787281d64fb77ce3bbfebba6febb15860a2 (patch)
tree06a848874a3be1d90f098d463e556f6814417bab /testing/kea-hook-runscript
parent49ba886635a893fc1e1babe3d92b283e65e7e8da (diff)
downloadaports-28204787281d64fb77ce3bbfebba6febb15860a2.tar.bz2
aports-28204787281d64fb77ce3bbfebba6febb15860a2.tar.xz
testing/kea-hook-runscript: fix depends and maintainer name
Diffstat (limited to 'testing/kea-hook-runscript')
-rw-r--r--testing/kea-hook-runscript/APKBUILD8
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