[arch-commits] Commit in pixiewps/trunk (PKGBUILD)

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 15:20:53
  Author: felixonmars
Revision: 634535

upgpkg: pixiewps 1.4.2-2: Buildinfo Format 1 rebuild

Modified:
  pixiewps/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 15:20:52 UTC (rev 634534)
+++ PKGBUILD2020-05-25 15:20:53 UTC (rev 634535)
@@ -3,7 +3,7 @@
 
 pkgname=pixiewps
 pkgver=1.4.2
-pkgrel=1
+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')


[arch-commits] Commit in pixiewps/trunk (PKGBUILD)

2018-01-28 Thread Levente Polyak via arch-commits
Date: Sunday, January 28, 2018 @ 20:04:14
  Author: anthraxx
Revision: 287643

upgpkg: pixiewps 1.4.2-1

Modified:
  pixiewps/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 19:47:11 UTC (rev 287642)
+++ PKGBUILD2018-01-28 20:04:14 UTC (rev 287643)
@@ -2,7 +2,7 @@
 # Contributor: Mitch Bigelow 
 
 pkgname=pixiewps
-pkgver=1.4.1
+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'
@@ -12,16 +12,16 @@
 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=('83f20655c2ad1a67554e6c8cd03ae0dc9484534e3013eb6808032c403f7fbf06c394bbd11005d8705dc0bff83a31a819e6fd6f592286b35dd1d224ee17994249')
+sha512sums=('e64b29b0ab46a768d7e76904b8be61a6c050ccd97da47dc43406a0247b728a521f88f10c8b3bdddfa87dca30955337782c91b3c128a578cbefdcceba811ad64f')
 
 build() {
   cd ${pkgname}-${pkgver}
-  make -C src OPENSSL=1
+  make OPENSSL=1 CFLAGS="${CFLAGS}"
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  make -C src DESTDIR="${pkgdir}" PREFIX=/usr install
+  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"
 }


[arch-commits] Commit in pixiewps/trunk (PKGBUILD)

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:34:12
  Author: anthraxx
Revision: 274291

upgpkg: pixiewps 1.4.1-1

Modified:
  pixiewps/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:20:54 UTC (rev 274290)
+++ PKGBUILD2017-12-13 20:34:12 UTC (rev 274291)
@@ -2,26 +2,26 @@
 # Contributor: Mitch Bigelow 
 
 pkgname=pixiewps
-pkgver=1.3
+pkgver=1.4.1
 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')
+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=('535e1b5de0e6db8c23062fd867236e710778a5d3f4bfcf20eb24476cd51b20e1024f889558db65e200611970d5f20d53d334cfb6d0b552d5b4ae0270dfc2bbf8')
+sha512sums=('83f20655c2ad1a67554e6c8cd03ae0dc9484534e3013eb6808032c403f7fbf06c394bbd11005d8705dc0bff83a31a819e6fd6f592286b35dd1d224ee17994249')
 
 build() {
   cd ${pkgname}-${pkgver}
-  make -C src
+  make -C src OPENSSL=1
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
+  make -C src 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"
 }


[arch-commits] Commit in pixiewps/trunk (PKGBUILD)

2017-10-07 Thread Levente Polyak
Date: Saturday, October 7, 2017 @ 17:58:15
  Author: anthraxx
Revision: 262088

upgpkg: pixiewps 1.3-1

Modified:
  pixiewps/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-07 17:26:02 UTC (rev 262087)
+++ PKGBUILD2017-10-07 17:58:15 UTC (rev 262088)
@@ -2,32 +2,25 @@
 # Contributor: Mitch Bigelow 
 
 pkgname=pixiewps
-pkgver=1.2.2.19.gf723d50
+pkgver=1.3
 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')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wiire-a/pixiewps/archive/v${pkgver}.tar.gz)
+sha512sums=('535e1b5de0e6db8c23062fd867236e710778a5d3f4bfcf20eb24476cd51b20e1024f889558db65e200611970d5f20d53d334cfb6d0b552d5b4ae0270dfc2bbf8')
 
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --always|sed 's/^v//;s/-/./g'
-}
-
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make -C src
 }
 
 package() {
-  cd ${pkgname}
+  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"