summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2022-01-05 22:16:28 +0100
committerMikael Eriksson2022-01-05 22:16:28 +0100
commit7c5810173f5e4f6a71ff566d99026c54f1b12928 (patch)
tree389a6cf85877e8d525d877af9bd9bacc9c04e1c5
parentf97cfb070bce09dc1691a99e4ef98cf903604e56 (diff)
downloadaur-7c5810173f5e4f6a71ff566d99026c54f1b12928.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 d9bb2d50810a..42ffdf1ccd01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,7 +38,7 @@ pkgname = linux-mainline
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
replaces = virtualbox-guest-modules-mainline
- replaces = wireguard-maineline
+ replaces = wireguard-mainline
pkgname = linux-mainline-headers
pkgdesc = Headers and scripts for building modules for the Linux Mainline kernel
diff --git a/PKGBUILD b/PKGBUILD
index eff0e646306c..b93678365ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,7 +75,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)"