[arch-commits] Commit in pixiewps/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Sat Oct 7 17:58:30 UTC 2017


    Date: Saturday, October 7, 2017 @ 17:58:29
  Author: anthraxx
Revision: 262089

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ---------------------------
 community-x86_64/PKGBUILD |   36 ---------------------------
 3 files changed, 58 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-07 17:58:15 UTC (rev 262088)
+++ community-i686/PKGBUILD	2017-10-07 17:58:29 UTC (rev 262089)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Mitch Bigelow <ipha00 at gmail.com>
-
-pkgname=pixiewps
-pkgver=1.2.2.19.gf723d50
-pkgrel=1
-_gitcommit=f723d5017f304b727981560396044d7d11ec1080
-pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs'
-url='https://github.com/wiire/pixiewps'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc')
-makedepends=('git')
-optdepends=('reaver: authentication session key support'
-            'bully: authentication session key support')
-source=(${pkgname}::"git+https://github.com/wiire/pixiewps#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --always|sed 's/^v//;s/-/./g'
-}
-
-build() {
-  cd ${pkgname}
-  make -C src
-}
-
-package() {
-  cd ${pkgname}
-  make -C src DESTDIR="${pkgdir}" 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-i686/PKGBUILD (from rev 262088, pixiewps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-07 17:58:29 UTC (rev 262089)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Mitch Bigelow <ipha00 at gmail.com>
+
+pkgname=pixiewps
+pkgver=1.3
+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=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc')
+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=('535e1b5de0e6db8c23062fd867236e710778a5d3f4bfcf20eb24476cd51b20e1024f889558db65e200611970d5f20d53d334cfb6d0b552d5b4ae0270dfc2bbf8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C src
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" 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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-07 17:58:15 UTC (rev 262088)
+++ community-x86_64/PKGBUILD	2017-10-07 17:58:29 UTC (rev 262089)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Mitch Bigelow <ipha00 at gmail.com>
-
-pkgname=pixiewps
-pkgver=1.2.2.19.gf723d50
-pkgrel=1
-_gitcommit=f723d5017f304b727981560396044d7d11ec1080
-pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs'
-url='https://github.com/wiire/pixiewps'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc')
-makedepends=('git')
-optdepends=('reaver: authentication session key support'
-            'bully: authentication session key support')
-source=(${pkgname}::"git+https://github.com/wiire/pixiewps#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --always|sed 's/^v//;s/-/./g'
-}
-
-build() {
-  cd ${pkgname}
-  make -C src
-}
-
-package() {
-  cd ${pkgname}
-  make -C src DESTDIR="${pkgdir}" 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 262088, pixiewps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-07 17:58:29 UTC (rev 262089)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Mitch Bigelow <ipha00 at gmail.com>
+
+pkgname=pixiewps
+pkgver=1.3
+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=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc')
+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=('535e1b5de0e6db8c23062fd867236e710778a5d3f4bfcf20eb24476cd51b20e1024f889558db65e200611970d5f20d53d334cfb6d0b552d5b4ae0270dfc2bbf8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C src
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" 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