diff options
author | Iyán Méndez Veiga | 2019-04-04 17:21:37 +0200 |
---|---|---|
committer | Iyán Méndez Veiga | 2019-04-04 17:21:37 +0200 |
commit | 723432b41c26b74e5f8482042fa6e4339403767d (patch) | |
tree | ff71dd7b43f5f4f59b0a704b24256fcd4aa172b5 | |
parent | 4f96c0d456c34493143a4176a56514f812c8a00a (diff) | |
download | aur-723432b41c26b74e5f8482042fa6e4339403767d.tar.gz |
Change ARCH from 'any' to 'x86_64'
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ pkgbase = rtl88xxau-aircrack-dkms-git 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 - pkgver = r603.377c12c + pkgver = r640.ac2db99 pkgrel = 1 url = https://github.com/aircrack-ng/rtl8812au#branch=v5.2.20 - arch = any + arch = x86_64 license = GPL makedepends = git depends = dkms @@ -4,12 +4,12 @@ pkgname=rtl88xxau-aircrack-dkms-git _pkgbase=rtl88xxau -pkgver=r603.377c12c +pkgver=r640.ac2db99 pkgrel=1 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') +arch=('x86_64') makedepends=('git') depends=('dkms') replaces=('rtl8812au-aircrack-dkms-git') |