[arch-commits] Commit in hcxdumptool/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Jan 17 19:49:36 UTC 2020
Date: Friday, January 17, 2020 @ 19:49:36
Author: anthraxx
Revision: 552902
archrelease: copy trunk to community-x86_64
Added:
hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 552901, hcxdumptool/trunk/PKGBUILD)
Deleted:
hcxdumptool/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-17 19:49:31 UTC (rev 552901)
+++ PKGBUILD 2020-01-17 19:49:36 UTC (rev 552902)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=hcxdumptool
-pkgver=5.2.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')
-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=('7a718dd7cd964610be788fc164c9f72056aeda72b0f2d8aa73ff5472e7a4ce4a64a004a9f424bf15bd009c12b60a15cc82ac480989700d7e2b7953354717be97'
- '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 552901, hcxdumptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-17 19:49:36 UTC (rev 552902)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=hcxdumptool
+pkgver=6.0.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=('cda80fc41c0f413130ac753358774fcd8d2278a832ebd92b3cefb962c4acd055cc15cfe7fe0f88f33e43db10e83ce1b2d4c968660706acf28031a079cccbe9a0'
+ '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