summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2022-01-05 22:16:28 +0100
committerSid2022-01-11 00:44:52 +0530
commit5170e21b17437f55beef4b33c934eff37f532878 (patch)
tree59577c3064b106175e9e21ef3e36ca26bbda0b11
parente453eb64a1d772c6057616d4ca53f48663ff3787 (diff)
downloadaur-5170e21b17437f55beef4b33c934eff37f532878.tar.gz
Fix typo in wireguard-mainline. Thanks swyter
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 881c6f24db4b..4e8ea099ddb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,7 +38,7 @@ pkgname = linux-mainline-anbox
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
replaces = virtualbox-guest-modules-mainline
- replaces = wireguard-maineline
+ replaces = wireguard-mainline
pkgname = linux-mainline-anbox-headers
pkgdesc = Headers and scripts for building modules for the Linux Mainline kernel
diff --git a/PKGBUILD b/PKGBUILD
index b77c78e0554b..28c1af34c41d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,7 +76,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-mainline wireguard-maineline)
+ replaces=(virtualbox-guest-modules-mainline wireguard-mainline)
cd $_srcname
local kernver="$(<version)"