[arch-commits] Commit in hcxtools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Mar 6 21:35:55 UTC 2019
Date: Wednesday, March 6, 2019 @ 21:35:55
Author: anthraxx
Revision: 437920
archrelease: copy trunk to community-x86_64
Added:
hcxtools/repos/community-x86_64/PKGBUILD
(from rev 437919, hcxtools/trunk/PKGBUILD)
Deleted:
hcxtools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-06 21:35:48 UTC (rev 437919)
+++ PKGBUILD 2019-03-06 21:35:55 UTC (rev 437920)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=hcxtools
-_gitcommit=199019a15ff366bb44ac62425945e42442545230
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libpcap' 'zlib' 'openssl')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxtools#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
- cd ${pkgname}
- git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
-}
-
-build() {
- cd ${pkgname}
- make
-}
-
-package() {
- cd ${pkgname}
- make DESTDIR="${pkgdir}" PREFIX=/usr install
- install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 437919, hcxtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-06 21:35:55 UTC (rev 437920)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=hcxtools
+_gitcommit=a8b9b6128f3cd46d365eaa5f9618ba09a10b847c
+pkgver=5.1.3
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libpcap' 'zlib' 'openssl')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/ZerBea/hcxtools#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd ${pkgname}
+ git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
+}
+
+build() {
+ cd ${pkgname}
+ make
+}
+
+package() {
+ cd ${pkgname}
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
+ install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list