summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rosenzweig2021-04-05 17:19:22 +0800
committerJason Rosenzweig2021-04-05 17:19:22 +0800
commit8754cc45b93b6a25d6f5082d28c9c6d33687bc5e (patch)
tree28511915b4c1cccd59de685e104e6e4d74b6f10b
parente03967fe7544d3c6e476131ec862c861fedba9b8 (diff)
downloadaur-8754cc45b93b6a25d6f5082d28c9c6d33687bc5e.tar.gz
Updated PKGBUILD
Signed-off-by: Jason Rosenzweig <mail4jasonr@gmail.com>
-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)"