summaryrefslogtreecommitdiff
path: root/user/wireguard-module
diff options
context:
space:
mode:
Diffstat (limited to 'user/wireguard-module')
-rw-r--r--user/wireguard-module/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/wireguard-module/APKBUILD b/user/wireguard-module/APKBUILD
index e77179680..17adf761d 100644
--- a/user/wireguard-module/APKBUILD
+++ b/user/wireguard-module/APKBUILD
@@ -9,11 +9,11 @@ _pkgreal="wireguard-linux-compat"
pkgdesc="Kernel module for the WireGuard VPN, built for easy-kernel"
url="https://www.wireguard.com/"
arch="all"
-options="!check !dbg !strip" # no test suite
+options="!check !dbg !strip" # No test suite.
license="GPL-2.0-only"
-provides="$_pkgname=$pkgver"
depends="easy-kernel-modules-$_kver"
makedepends="easy-kernel-src-$_kver"
+provides="$_pkgname=$pkgver"
subpackages="wireguard-patch:_patch:noarch"
source="https://git.zx2c4.com/$_pkgreal/snapshot/$_pkgreal-$pkgver.tar.xz"
builddir="$srcdir/$_pkgreal-$pkgver"