Alright, I'll use `svn info | awk '/Revision/{r=$2}/Date/{gsub(/-/,"");d=$4}END{print d"."r}'`.
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.26 |
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)
vesath commented on 2013-10-23 01:02 (UTC)
vesath commented on 2013-10-23 00:53 (UTC)
I am not aware of any guidelines. We could drop the date but what I'd like to do is, as I already do for git packages, use the date of the last commit (instead of the build date). I'll see if I can figure out how to do that easily in SVN and use your suggestion otherwise.
intelfx commented on 2013-10-21 13:38 (UTC)
Maybe pkgver() can be changed to use only `svnversion` and epoch=1? It's pretty annoying to rebuild the package every day... After all, guidelines say so :)
<deleted-account> commented on 2013-07-20 02:08 (UTC)
not sure what it is, but i couldn't connect to the svn to complete the build, but downloaded the 1.2 beta and built from source, using aur would have been so much smoother lol
thaz0th commented on 2013-05-25 10:54 (UTC)
svn: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory
vesath commented on 2013-05-21 18:33 (UTC)
arielp: Thanks for letting me know about the repo move. As for having the date in the pkgver, it's indeed of debatable relevance with SVN, but I grew used to it, and it makes sense to have pkgver's which look alike for all development PKGBUILD.
arielp commented on 2013-05-21 17:15 (UTC)
Also, is the date really necessary in the pkgver()? svnversion(1) will increment with each commit, correct?
arielp commented on 2013-05-21 17:11 (UTC)
It looks like they changed SVN servers.
source=("${_pkgname}::svn+http://svn.aircrack-ng.org/trunk")
vesath commented on 2013-05-17 13:07 (UTC)
bkg: Thanks for noticing. I've also moved everything to /usr/bin like we are currently doing for official packages.
vesath commented on 2013-05-17 13:06 (UTC)
bkg: Thanks for noticing. I've also moved everything to /usr/bin like we are currently doing for official packages.
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).