[arch-commits] Commit in hcxdumptool/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Mar 22 23:29:43 UTC 2020
Date: Sunday, March 22, 2020 @ 23:29:43
Author: anthraxx
Revision: 603630
archrelease: copy trunk to community-x86_64
Added:
hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 603629, hcxdumptool/trunk/PKGBUILD)
Deleted:
hcxdumptool/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 23:29:38 UTC (rev 603629)
+++ PKGBUILD 2020-03-22 23:29:43 UTC (rev 603630)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=hcxdumptool
-pkgver=6.0.1
-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=('3bb875144869cfc4f4f73ee70ec02c46ccaa430ac54d595008d4e8e828b283b9e291712579a85b03f1ac915d12982f17c3017fc7d05a0c0a71ecbb2b27bb9648'
- 'SKIP')
-b2sums=('fe380f05976c704fbf4ddfb10a489ae5d3489230bc77f56d433dce9e5a3bc3c3488a082087b773347db22a1ce6fcfcfe3aceb842ebc29c606ce31a3ef9cc8c9e'
- 'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <ZeroBeat at gmx.de>
-
-build() {
- cd ${pkgname}-${pkgver}
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- 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: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 603629, hcxdumptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-22 23:29:43 UTC (rev 603630)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=hcxdumptool
+pkgver=6.0.2
+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=('120e49ddec36b23ee424e96b89dc2c29a0df835551cc1e6f77587192d36813592715e85344a7c6f6b27434ed8c4e6c635ed02bea389b95472c130165d7077a9e'
+ 'SKIP')
+b2sums=('969588fda26c8d2636f684170f1ddea84b3b48c7084675a3161a56350391df533e35c4d94d411a20e822734d355dd34acadefa0c0b3ffa7f32193445b7fc1da8'
+ 'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <ZeroBeat at gmx.de>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ 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