I have a GitHub repo which contains this package and others that I maintain: https://github.com/AlphaLynx0/PKGBUILDs. I try to make sure these packages comply with all Arch Packaging Guidelines. But if you think they could be improved in some way, feel free to comment here, create an issue, submit a PR, or email me a patch (please don't send a request on multiple of these channels though, just one and I'll receive notification either way).
Search Criteria
Package Details: aircrack-ng-git 1.7.r4703.g13e5c460-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/aircrack-ng-git.git (read-only, click to copy) |
---|---|
Package Base: | aircrack-ng-git |
Description: | WiFi security auditing tools suite |
Upstream URL: | https://www.aircrack-ng.org |
Keywords: | aircrack aircrack-ng airgraph airgraph-ng airmon airmon-ng airodump airodump-ng |
Licenses: | GPL-2.0-only |
Conflicts: | aircrack-ng-scripts |
Provides: | aircrack-ng-scripts |
Replaces: | aircrack-ng-scripts |
Submitter: | Miegl |
Maintainer: | AlphaLynx |
Last Packager: | AlphaLynx |
Votes: | 121 |
Popularity: | 0.31 |
First Submitted: | 2018-04-04 18:44 (UTC) |
Last Updated: | 2025-03-16 05:59 (UTC) |
Dependencies (22)
- ethtool (ethtool-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hwloc
- iw (iw-gitAUR)
- libnl (libnl-gitAUR)
- libpcap (libpcap-gitAUR)
- libpcap.so (libpcap-gitAUR, lib32-libpcap, libpcap)
- net-tools (net-tools-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre
- python (python37AUR, python311AUR, python310AUR)
- sqlite (sqlite-fossilAUR)
- usbutils (usbutils-gitAUR)
- wireless_tools
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- cmocka (cmocka-gitAUR) (check)
- gpsd (optional) – allows airodump-ng to log coordinates
- Show 2 more dependencies...
Required by (0)
Sources (1)
AlphaLynx commented on 2025-03-16 04:05 (UTC) (edited on 2025-04-01 04:08 (UTC) by AlphaLynx)
ApplicationMaker commented on 2024-08-29 20:49 (UTC) (edited on 2024-08-29 20:54 (UTC) by ApplicationMaker)
Requires autoconf to prepare, PKGBUILD: line 37: autoreconf: command not found
if autoconf is not installed.
Requires automake to prepare, Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 299.
if automake is not installed
WSDMatty commented on 2023-07-03 03:10 (UTC)
Requires python-setuptools makedepend to build in clean chroot
HornyApple commented on 2021-09-05 04:29 (UTC)
Missing dependency: libbsd
drygdryg commented on 2020-10-24 07:51 (UTC) (edited on 2020-10-24 07:56 (UTC) by drygdryg)
Please add pentium4
architecture to PKGBUILD for better Arch Linux 32 support. I confirmed build on my pentium4
laptop.
brbsix commented on 2020-06-24 04:57 (UTC)
This package started failing for me recently. It appears to be an issue when building with GCC 10. See https://github.com/aircrack-ng/aircrack-ng/issues/2138 https://bugs.gentoo.org/708378
It can be resolved by passing -fcommon
to gcc. I just updated the configure
line to ./configure CC='gcc -fcommon' --with-experimental --with-ext-scripts --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var
vesath commented on 2019-02-24 02:45 (UTC)
Miegl: Thanks for the update! I'm not sure if moving python to depends is better. Generally I think staying as close as possible to the official package is better. Of course you are free to suggest improvements to our official packages by filing feature requests on our bug tracker. And if you disagree with the official maintainer you are free to deviate from the official package. I see this general principle as a guideline, no more. Cheers.
Miegl commented on 2019-02-24 01:09 (UTC)
vesath: Oops, I checked the package sanity with namcap (which said these dependencies are unnecessary) and thought they are no longer needed without actually testing the whole package. Won't happen again, hopefully.
Also does keeping the PKGBUILD as close as possible to the official package mean I should move python from the optdepends array to depends? Or perhaps this PKGBUILD should be a copy of the official one and I should be discussing potential improvements with the official maintainer? Thanks.
vesath commented on 2019-02-23 08:16 (UTC)
You've removed net-tools, iw and ethtool from the depends array in commit b0afdd5dcd0a
; could you explain why? They are required by the airmon-ng script.
On a more general note, this PKGBUILD should be kept as close as possible to our official aircrack-ng package to avoid surprises. Thanks for your understanding.
Miegl commented on 2019-02-13 22:14 (UTC)
ipha: sorry, latest PKGBUILD should work fine.
Pinned Comments
AlphaLynx commented on 2025-03-16 04:05 (UTC) (edited on 2025-04-01 04:08 (UTC) by AlphaLynx)
I have a GitHub repo which contains this package and others that I maintain: https://github.com/AlphaLynx0/PKGBUILDs. I try to make sure these packages comply with all Arch Packaging Guidelines. But if you think they could be improved in some way, feel free to comment here, create an issue, submit a PR, or email me a patch (please don't send a request on multiple of these channels though, just one and I'll receive notification either way).