summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61aa9e11b485..6b111693f9c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -71,8 +71,7 @@ pkgname = linux-acs-manjaro
optdepends = wireless-regdb: to set the correct wireless channels of your country
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
- replaces = virtualbox-guest-modules
- replaces = wireguard
+ provides = KSMBD-MODULE
pkgname = linux-acs-manjaro-headers
pkgdesc = Headers and scripts for building modules for the Linux Manjaro standart kernel with ACS patch
diff --git a/PKGBUILD b/PKGBUILD
index 5b72c13dbea7..4fe25d80459f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -125,8 +125,7 @@ package_linux-acs-manjaro() {
pkgdesc="The Linux Manjaro standart kernel and modules with ACS patch"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=27')
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
- provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
- replaces=(virtualbox-guest-modules wireguard)
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE)
cd "linux-${_basekernel}"