Package Details: aircrack-ng-git 1.7.r4703.g13e5c460-5

Git Clone URL: https://aur.archlinux.org/aircrack-ng-git.git (read-only, click to copy)
Package Base: aircrack-ng-git
Description: Key cracker for the 802.11 WEP and WPA-PSK protocols
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.078561
First Submitted: 2018-04-04 18:44 (UTC)
Last Updated: 2025-06-15 05:58 (UTC)

Pinned Comments

AlphaLynx commented on 2025-03-16 04:05 (UTC) (edited on 2025-06-12 00:21 (UTC) by AlphaLynx)

If you have suggestions for improving this package, feel free to open an issue or submit a PR in my PKGBUILDs repo (https://github.com/AlphaLynx0/PKGBUILDs), leave a comment here, or send me an email.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

bkg commented on 2013-05-17 04:29 (UTC)

Some manpages are installed to the /usr/local prefix. Please update the package function to set /usr as the prefix which also allows removing the dir specific overrides, thanks! package() { cd "${srcdir}/${_pkgname}" make DESTDIR=${pkgdir} prefix=/usr SQLITE=true unstable=true install }

xcabal commented on 2013-04-06 02:57 (UTC)

im getting a strange result when trying to install aircrack-ng-svn pacman says the change is negative 1.2mb and that's the size of the package and when i opened the compress archive there were only two files there named .PKGINFO and .MTREE nothing else. i did not change anything in the pkgbuild. any one got an idea whats wrong?

mehine2 commented on 2012-06-23 17:42 (UTC)

copy and paste the previous message into a textfile "PKGBUILD" makepkg -s sudo pacman -U *.xz WORKED 4 ME, with the next relase needto keep up with the nr's

mehine2 commented on 2012-06-23 17:38 (UTC)

# fixed4now: mehine2 pkgname=aircrack-ng pkgver=1.1 origver=1.1 pkgrel=1 pkgdesc="Wifi security suite - WEP / WPA crack tools -- with SQLite3. 2012 06 23" arch=('i686' 'x86_64') url="http://download.aircrack-ng.org" depends=('autoconf' 'openssl' 'sqlite3' 'wireless_tools' 'libtool' 'iw') license=('GPL2') source=(http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz) md5sums=(f7a24ed8fad122c4187d06bfd6f998b4) build() { cd $startdir/src/aircrack-ng-1.1 make SQLITE=true || return 1 make prefix=/usr SQLITE=true DESTDIR=$startdir/pkg/ install }

SuperBo commented on 2012-06-16 00:51 (UTC)

@dlin There is no new repository on github, just some very old repository. Why trac.aircrack-ng.org died?

dlin commented on 2012-06-12 00:53 (UTC)

SuperBo, You could try search it on github, somebody may have older version on there.

SuperBo commented on 2012-06-11 23:16 (UTC)

Hey, can you access trac.aircrack-ng.org I can't access it and it down. Why? http://www.websitedown.info/trac.aircrack-ng.org

techlive commented on 2012-02-15 05:24 (UTC)

There is another aircrack-ng-unstable-svn PKGBUILD in AUR,maybe you can consider adopt it. Or,please use UNSTABLE=true while compiling and remove aircrack-ng-unstable-svn from AUR.The aircrack-ng in community also use UNSTABLE=true. aircrack-ng-unstable-svn:https://aur.archlinux.org/packages.php?ID=28140

jstjohn commented on 2011-12-13 02:24 (UTC)

I just ran `makepkg -s`, and it built a package for SVN revision 2011, so you're right! Good to know. I wasn't aware that there was any latest SVN revision checking before the checkout. Thanks!

ptchinster commented on 2011-12-13 01:22 (UTC)

It is updated when you run makepkg. ==> Finished making: aircrack-ng-svn 2011-1 And that was with that PKGBUILD. Try it for yourself. Open up the PKGBUILD after only running makepkg -o. svn and git packages are only really updated when something changes in build (like a custom patch or something) or a dep is added/removed.