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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:17:07 UTC 2020


    Date: Monday, May 25, 2020 @ 13:17:07
  Author: felixonmars
Revision: 634250

archrelease: copy trunk to community-x86_64

Added:
  bully/repos/community-x86_64/PKGBUILD
    (from rev 634248, bully/trunk/PKGBUILD)
Deleted:
  bully/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:17:03 UTC (rev 634249)
+++ PKGBUILD	2020-05-25 13:17:07 UTC (rev 634250)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Ľubomír 'The_K' Kučera <lubomir-dot-kucera-dot-jr-at-gmail-dot-com>
-
-pkgname=bully
-pkgver=1.1.12.g04185d7
-pkgrel=1
-_gitcommit=04185d7b1d1a7909f47f23fbd85691401c7fabd7
-pkgdesc='Retrieve WPA/WPA2 passphrase from a WPS enabled access point'
-url='https://github.com/aanarchyy/bully'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc' 'libpcap' 'aircrack-ng')
-optdepends=('pixiewps: pixiewps support')
-makedepends=('git')
-source=(${pkgname}::"git+https://github.com/aanarchyy/bully#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 install DESTDIR="${pkgdir}" prefix=/usr
-}
-
-# vim: ts=2 sw=2 et:

Copied: bully/repos/community-x86_64/PKGBUILD (from rev 634248, bully/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:17:07 UTC (rev 634250)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Ľubomír 'The_K' Kučera <lubomir-dot-kucera-dot-jr-at-gmail-dot-com>
+
+pkgname=bully
+pkgver=1.1.12.g04185d7
+pkgrel=2
+_gitcommit=04185d7b1d1a7909f47f23fbd85691401c7fabd7
+pkgdesc='Retrieve WPA/WPA2 passphrase from a WPS enabled access point'
+url='https://github.com/aanarchyy/bully'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'libpcap' 'aircrack-ng')
+optdepends=('pixiewps: pixiewps support')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/aanarchyy/bully#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 install DESTDIR="${pkgdir}" prefix=/usr
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list