[arch-commits] Commit in hcxdumptool/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Aug 24 19:22:51 UTC 2020


    Date: Monday, August 24, 2020 @ 19:22:50
  Author: anthraxx
Revision: 687746

archrelease: copy trunk to community-x86_64

Added:
  hcxdumptool/repos/community-x86_64/PKGBUILD
    (from rev 687744, hcxdumptool/trunk/PKGBUILD)
Deleted:
  hcxdumptool/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 19:22:50 UTC (rev 687745)
+++ PKGBUILD	2020-08-24 19:22:50 UTC (rev 687746)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=hcxdumptool
-pkgver=6.0.7
-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=('3cefc460e3c63e04ba230ee87c0a915a34df4ec76efc38d296f69f4912bdb9123564ee39c3f2c5145b4ff41fa44b7a05a0ac3c789988fd5cf3997b6663746c28'
-            'SKIP')
-b2sums=('c57da5ce1fe9d2fdb8b10b63d873dcfc671bc45425a7be364eeb8630e8d312fa057799a282f9ea6c6e2083c7a90ef0f6d0f9e7df8c5e7d4fa4260a8db1a69d16'
-        'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <ZeroBeat at gmx.de>
-
-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 687744, hcxdumptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-24 19:22:50 UTC (rev 687746)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=hcxdumptool
+pkgver=6.1.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=('61c10d4ba5b66fd2ec5c2d38b679c49e893bbc8860b0e45a7dd0c1261de5091982d5bc8e9435e0f3c2033c0a6be5fc91721b8740090d847db4325e840345f048'
+            'SKIP')
+b2sums=('b6d6a253e59c05e85c400183211868487bd470c0548235e2b5eb24483652273c7d6f956195c1eba10ca8f1d48fbbe5536455bf98c57258adbe62d65979a514ba'
+        'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <ZeroBeat at gmx.de>
+
+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:



More information about the arch-commits mailing list