Date: Tuesday, March 8, 2022 @ 21:54:24
  Author: anthraxx
Revision: 1145606

archrelease: copy trunk to community-any

Added:
  wifite/repos/community-any/PKGBUILD
    (from rev 1145605, wifite/trunk/PKGBUILD)
Deleted:
  wifite/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-08 21:54:19 UTC (rev 1145605)
+++ PKGBUILD    2022-03-08 21:54:24 UTC (rev 1145606)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
-# Contributor: Fabiano Furtado < fusca14 (at) gmail (dot) com >
-
-pkgname=wifite
-pkgver=2.5.8
-pkgrel=2
-epoch=2
-pkgdesc='Tool to attack multiple WEP and WPA encrypted networks at the same 
time'
-url='https://github.com/kimocoder/wifite2'
-arch=('any')
-license=('GPL2')
-depends=('python' 'aircrack-ng' 'iproute2' 'iw')
-makedepends=('python-setuptools')
-optdepends=(
-  'wireshark-cli: detecting WPS networks and inspecting handshake capture 
files'
-  'reaver: WPS Pixie-Dust & brute-force attacks'
-  'bully: WPS Pixie-Dust & brute-force attacks'
-  'cowpatty: detect WPA handshakes'
-  'pyrit: detect WPA handshakes'
-  'macchanger: change MAC for attacks'
-  'hashcat: cracking PMKID hashes'
-  'hcxdumptool: capturing PMKID hashes'
-  'hcxpcapngtool: converting PMKID packet captures into hashcat format'
-)
-provides=(wifite2)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('60696146c63febe09b75c962cd27b0b50ae2d5ee8674c6e5a619eb699a41b9c8093973561fcadc1a94a660929532319af918521941cafdf83fcba3b8c6bf8d8f')
-b2sums=('cc6df4b0d65597aed811664f16cafbb53755573c0ce6c530865debfc20e0ae3843fd15a266dd90f98eb25a952d6221c5a74d7efa54527a87e41163e1b36bad4e')
-
-prepare() {
-  cd ${pkgname}2-${pkgver}
-  sed 's|sbin|bin|g' -i setup.cfg
-}
-
-build() {
-  cd ${pkgname}2-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}2-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wifite/repos/community-any/PKGBUILD (from rev 1145605, 
wifite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-03-08 21:54:24 UTC (rev 1145606)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
+# Contributor: Fabiano Furtado < fusca14 (at) gmail (dot) com >
+
+pkgname=wifite
+pkgver=2.6.0
+pkgrel=1
+epoch=2
+pkgdesc='Tool to attack multiple WEP and WPA encrypted networks at the same 
time'
+url='https://github.com/kimocoder/wifite2'
+arch=('any')
+license=('GPL2')
+depends=('python' 'aircrack-ng' 'iproute2' 'iw')
+makedepends=('python-setuptools')
+optdepends=(
+  'wireshark-cli: detecting WPS networks and inspecting handshake capture 
files'
+  'reaver: WPS Pixie-Dust & brute-force attacks'
+  'bully: WPS Pixie-Dust & brute-force attacks'
+  'cowpatty: detect WPA handshakes'
+  'pyrit: detect WPA handshakes'
+  'macchanger: change MAC for attacks'
+  'hashcat: cracking PMKID hashes'
+  'hcxdumptool: capturing PMKID hashes'
+  'hcxpcapngtool: converting PMKID packet captures into hashcat format'
+)
+provides=(wifite2)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('19fd6054287d9f6fd10dc76f04995e289ddb3c2a6344f108f5b07d895e9660942d4d72d6773a4446ee1e69e6f95ee645f13af0ee8822bfe158c9a3165b24c4ac')
+b2sums=('867462d23dd48ac1b7141fc9307759f9e5dc4ba22b3c9605bbc440dcd99654c42da61c56637ef12afa4ff037d5db28650a701255adef88a1b6613c9508db40be')
+
+prepare() {
+  cd ${pkgname}2-${pkgver}
+  sed 's|sbin|bin|g' -i setup.cfg
+}
+
+build() {
+  cd ${pkgname}2-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}2-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to