summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-knock
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-06-11 14:12:53 -0400
committerDavid P <megver83@parabola.nu>2017-06-11 14:12:53 -0400
commit74fc77063bb6095956ffcc25aa4598d5eb5c0f0c (patch)
tree04c1d9e10421cc706fe09ec1cea71969ffdb0084 /kernels/linux-libre-knock
parent0beff081d41400eb0091d58fcf52d77ef85fa649 (diff)
Fixed issues in some kernels' PKGBUILDs
Diffstat (limited to 'kernels/linux-libre-knock')
-rw-r--r--kernels/linux-libre-knock/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-knock/PKGBUILD b/kernels/linux-libre-knock/PKGBUILD
index fb68c054d..044912747 100644
--- a/kernels/linux-libre-knock/PKGBUILD
+++ b/kernels/linux-libre-knock/PKGBUILD
@@ -172,8 +172,8 @@ build() {
_package() {
pkgdesc="The ${pkgbase^} kernel and modules with support for stealth TCP sockets"
- [ "${pkgbase}" = "linux" ] && groups=('base')
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ [ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc')
+ depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'
'systemd-knock: to use system and service manager with TCP Stealth support'
'openssh-knock: to use SSH with TCP Stealth support')