summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2019-01-30 18:55:41 +0100
committerIyán Méndez Veiga2019-01-30 18:55:41 +0100
commit4874bc5975ba1e1ed8e8bacac7c26006a1ae9504 (patch)
treecfb06c6746a1dc5e1ffc9d58dc80aebfbaaa2d3f /PKGBUILD
parent6bd116b7b942d0e625808b0f4fa37417f1db32f3 (diff)
downloadaur-4874bc5975ba1e1ed8e8bacac7c26006a1ae9504.tar.gz
Change description and add two packages to conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7394e91067c9..ba1ebeeaf094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=rtl88xxau-aircrack-dkms-git
_pkgbase=rtl88xxau
pkgver=r564.87b2f78
-pkgrel=2
-pkgdesc="Aircrack-ng kernel module for Realtek 88XX network cards (8811au, 8812au, 8814au and 8821au drivers) with monitor mode and injection support"
+pkgrel=3
+pkgdesc="Aircrack-ng kernel module for Realtek 88XXau (USB adapters only) network cards (8811au, 8812au, 8814au and 8821au chipsets) with monitor mode and injection support"
url="https://github.com/aircrack-ng/rtl8812au#branch=v5.2.20"
license=('GPL')
arch=('any')
@@ -15,7 +15,9 @@ depends=('dkms')
replaces=('rtl8812au-aircrack-dkms-git')
conflicts=('rtl8812au-aircrack-dkms-git'
'rtl8812au-dkms-git'
- 'rtl8812au-inject-dkms-git')
+ 'rtl8821au-dkms-git'
+ 'rtl8814au-dkms-git'
+ 'rtl8812au-inject-dkms-git')
source=('rtl88xxau::git+https://github.com/aircrack-ng/rtl8812au.git'
'dkms.conf')
@@ -36,6 +38,6 @@ package() {
# Set name and version
sed -e "s/@_PKGBASE@/${_pkgbase}-dkms/" \
- -e "s/@PKGVER@/${pkgver}/" \
- -i "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}/dkms.conf
+ -e "s/@PKGVER@/${pkgver}/" \
+ -i "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}/dkms.conf
}