Date: Sunday, May 14, 2023 @ 09:41:39
Author: arojas
Revision: 1461551
archrelease: copy trunk to community-x86_64
Added:
hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 1461550, hcxdumptool/trunk/PKGBUILD)
hcxdumptool/repos/community-x86_64/keys/
Deleted:
hcxdumptool/repos/community-x86_64/PKGBUILD
hcxdumptool/repos/community-x86_64/keys/
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-14 09:41:28 UTC (rev 1461550)
+++ PKGBUILD 2023-05-14 09:41:39 UTC (rev 1461551)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=hcxdumptool
-pkgver=6.2.7
-pkgrel=2
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'openssl')
-source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('52aa6031f66499089afc8b72984086eab6d52e20d3cd20bdea1cb6d5cdb44996a3d091279eb38965fc4e16bdcf2d3b0b648ec130081f3603559059229bc6a039'
- 'SKIP')
-b2sums=('2b14a0b221de63db218226ceea31ebc34b4ebcb072b287e99801ca0bfe0aeddeba661888dd4b6202f01645a1664a6c51a9b4d7f5fac2295605b28d850ca940f5'
- 'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat
<[email protected]>
-
-build() {
- cd ${pkgname}-${pkgver}
- make PRODUCTION=1
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 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: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 1461550,
hcxdumptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-14 09:41:39 UTC (rev 1461551)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=hcxdumptool
+pkgver=6.3.0
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'openssl')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('58df76e79741768b9b794ab4588067740f2d29ae1d21b582dfc55fcaf17c1299012f437ed0d1594568828d67fa60f8063c423abe39b17a515b42a66916dcb37d'
+ 'SKIP')
+b2sums=('fe2784e03846c5daf60b8bc665a630fee70f1015f7a6e76334910ba804f4011f73893f7f87333860b53945b54012d33538b3cf080431c3a9469e80dac4c12d7b'
+ 'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat
<[email protected]>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make PRODUCTION=1
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 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: