summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e2cc25179f8..8bc35f46a2bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-pf
pkgdesc = pf-kernel
pkgver = 6.5.3
- pkgrel = 3
+ pkgrel = 4
url = https://pfkernel.natalenko.name
arch = x86_64
license = GPL2
@@ -36,10 +36,10 @@ pkgname = linux-pf
provides = V4L2LOOPBACK-MODULE
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
- replaces = linux-pf
replaces = virtualbox-guest-modules-arch
replaces = wireguard-arch
pkgname = linux-pf-headers
pkgdesc = Headers and scripts for building modules for the pf-kernel
depends = pahole
+ provides = linux-pf-headers
diff --git a/PKGBUILD b/PKGBUILD
index 818fbf212828..51bd6074d20a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=(
)
_rev=71d609539454d27f9018814d8f09cbc6eec9b340
pkgver=6.5.3
-pkgrel=3
+pkgrel=4
pkgdesc="pf-kernel"
arch=(x86_64)
url="https://pfkernel.natalenko.name"
@@ -59,7 +59,7 @@ _package() {
'uksmd: userspace KSM helper daemon'
'v4l2loopback-utils: v4l2-loopback device utilities')
provides=(linux-pf KSMBD-MODULE NTFS3-MODULE UKSMD-BUILTIN V4L2LOOPBACK-MODULE VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
- replaces=(linux-pf virtualbox-guest-modules-arch wireguard-arch)
+ replaces=(virtualbox-guest-modules-arch wireguard-arch)
cd linux
local modulesdir="${pkgdir}/usr/lib/modules/$(<version)"
@@ -83,6 +83,7 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the ${pkgdesc}"
depends=(pahole)
+ provides=(linux-pf-headers)
cd linux
local builddir="${pkgdir}/usr/lib/modules/$(<version)/build"