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

Felix Yan felixonmars at archlinux.org
Mon May 25 15:21:16 UTC 2020


    Date: Monday, May 25, 2020 @ 15:21:14
  Author: felixonmars
Revision: 634537

archrelease: copy trunk to community-x86_64

Added:
  pixiewps/repos/community-x86_64/PKGBUILD
    (from rev 634535, pixiewps/trunk/PKGBUILD)
Deleted:
  pixiewps/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:21:09 UTC (rev 634536)
+++ PKGBUILD	2020-05-25 15:21:14 UTC (rev 634537)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Mitch Bigelow <ipha00 at gmail.com>
-
-pkgname=pixiewps
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs'
-url='https://github.com/wiire/pixiewps'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'openssl')
-optdepends=('reaver: authentication session key support'
-            'bully: authentication session key support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wiire-a/pixiewps/archive/v${pkgver}.tar.gz)
-sha512sums=('e64b29b0ab46a768d7e76904b8be61a6c050ccd97da47dc43406a0247b728a521f88f10c8b3bdddfa87dca30955337782c91b3c128a578cbefdcceba811ad64f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make OPENSSL=1 CFLAGS="${CFLAGS}"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 pixiewps.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pixiewps/repos/community-x86_64/PKGBUILD (from rev 634535, pixiewps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:21:14 UTC (rev 634537)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Mitch Bigelow <ipha00 at gmail.com>
+
+pkgname=pixiewps
+pkgver=1.4.2
+pkgrel=2
+pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs'
+url='https://github.com/wiire/pixiewps'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'openssl')
+optdepends=('reaver: authentication session key support'
+            'bully: authentication session key support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wiire-a/pixiewps/archive/v${pkgver}.tar.gz)
+sha512sums=('e64b29b0ab46a768d7e76904b8be61a6c050ccd97da47dc43406a0247b728a521f88f10c8b3bdddfa87dca30955337782c91b3c128a578cbefdcceba811ad64f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make OPENSSL=1 CFLAGS="${CFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 pixiewps.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list