kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / bully


Commits:
b68ed7e5 by kpcyrd at 2024-03-05T00:06:46+01:00
upgpkg: 1.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = bully
+       pkgdesc = Retrieve WPA/WPA2 passphrase from a WPS enabled access point
+       pkgver = 1.2
+       pkgrel = 1
+       url = https://github.com/aanarchyy/bully
+       arch = x86_64
+       license = GPL-3.0-or-later
+       depends = aircrack-ng
+       depends = glibc
+       depends = libpcap
+       optdepends = pixiewps: pixiewps support
+       source = 
bully-1.2.tar.gz::https://github.com/aanarchyy/bully/archive/1.2.tar.gz
+       sha256sums = 
e0b325650060086bd8ea02c436db42050eb2ec07ac5c6cb674033b5dbe600897
+       b2sums = 
c1057adda408b81b285cf4fd1febee34d85bd126ac8e5f1a78f4090ad644fc940d907bcff85d29b65f51e71e8b4689540eb29ef6881d9d814795f35e28c4c0ca
+
+pkgname = bully


=====================================
PKGBUILD
=====================================
@@ -2,31 +2,29 @@
 # 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
+pkgver=1.2
+pkgrel=1
 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')
+license=('GPL-3.0-or-later')
+depends=(
+  'aircrack-ng'
+  'glibc'
+  'libpcap'
+)
 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'
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aanarchyy/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('e0b325650060086bd8ea02c436db42050eb2ec07ac5c6cb674033b5dbe600897')
+b2sums=('c1057adda408b81b285cf4fd1febee34d85bd126ac8e5f1a78f4090ad644fc940d907bcff85d29b65f51e71e8b4689540eb29ef6881d9d814795f35e28c4c0ca')
 
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make -C src
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make -C src install DESTDIR="${pkgdir}" prefix=/usr
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bully/-/commit/b68ed7e50c53c73c8f71204e4444da16fc58a2ff

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bully/-/commit/b68ed7e50c53c73c8f71204e4444da16fc58a2ff
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to