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

Levente Polyak anthraxx at archlinux.org
Wed Dec 13 20:34:14 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-12-13 20:20:54 UTC (rev 274290)
+++ PKGBUILD	2017-12-13 20:34:12 UTC (rev 274291)
@@ -2,26 +2,26 @@
 # Contributor: Mitch Bigelow <ipha00 at gmail.com>
 
 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"
 }



More information about the arch-commits mailing list