summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9c0186fca32..2534dcdbb7f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -39,8 +39,8 @@ pkgname = linux-logo
optdepends = linux-firmware: firmware images needed for some devices
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
- replaces = virtualbox-guest-modules-arch
- replaces = wireguard-arch
+ conflicts = virtualbox-guest-modules-arch
+ conflicts = wireguard-arch
pkgname = linux-logo-headers
pkgdesc = Headers and scripts for building modules for the Linux with tux logo kernel
diff --git a/PKGBUILD b/PKGBUILD
index 56450ad5f7f4..47d6979884b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -71,7 +71,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')
provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
- replaces=(virtualbox-guest-modules-arch wireguard-arch)
+ conflicts=(virtualbox-guest-modules-arch wireguard-arch)
cd $_srcname
local kernver="$(<version)"