Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
bully


Commits:
74e48f16 by Levente Polyak at 2024-05-27T23:07:52+02:00
nvchecker: add config

- - - - -
49272de7 by Levente Polyak at 2024-05-27T23:08:22+02:00
upgpkg: 1.4.00-1: switch to modern fork

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,19 @@
 pkgbase = bully
        pkgdesc = Retrieve WPA/WPA2 passphrase from a WPS enabled access point
-       pkgver = 1.2
+       pkgver = 1.4.00
        pkgrel = 1
-       url = https://github.com/aanarchyy/bully
+       url = https://github.com/kimocoder/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
+       source = 
https://github.com/kimocoder/bully/archive/refs/tags/1.4-00/bully-1.4-00.tar.gz
+       source = 
bully-fix-unassigned-use-of-result.patch::https://github.com/kimocoder/bully/commit/9e60df0ea0ad99aaf0d19d1ff4749cdc68838e88.patch
+       sha256sums = 
7da8f588caed1cbcce70e5ecf4b90588a2647ee0f7582ba05e88ced3e245d539
+       sha256sums = 
06e884b46e55b59041474dea0364ca7afbbb10df69a759043cf0d17a5f77820d
+       b2sums = 
03689f47185cd2fdb8085a3760f271406b635feeda1eb52fa904a50d64ab65bf6922ed1466948fac6fbf7515f57a215ee363d486ddfedfb6aa495adea7a00602
+       b2sums = 
4e646dc1c56e9903b791761d68e47ef4a624d333516aa4570d469ff4f44afcfb1c7ce209c7cc51de5cd617a30e94fa6b9384604355d3687a37654cb1de2ba73a
 
 pkgname = bully


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[bully]
+source = "git"
+git = "https://github.com/kimocoder/bully.git";
+prefix = "v"
+from_pattern = "-"
+to_pattern = "."


=====================================
PKGBUILD
=====================================
@@ -2,30 +2,39 @@
 # Contributor: Ľubomír 'The_K' Kučera 
<lubomir-dot-kucera-dot-jr-at-gmail-dot-com>
 
 pkgname=bully
-pkgver=1.2
+pkgver=1.4.00
+_pkgver=${pkgver%.*}-${pkgver##*.}
 pkgrel=1
 pkgdesc='Retrieve WPA/WPA2 passphrase from a WPS enabled access point'
-url='https://github.com/aanarchyy/bully'
-arch=('x86_64')
-license=('GPL-3.0-or-later')
+url='https://github.com/kimocoder/bully'
+arch=(x86_64)
+license=(GPL-3.0-or-later)
 depends=(
-  'aircrack-ng'
-  'glibc'
-  'libpcap'
+  aircrack-ng
+  glibc
+  libpcap
 )
-optdepends=('pixiewps: pixiewps support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aanarchyy/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('e0b325650060086bd8ea02c436db42050eb2ec07ac5c6cb674033b5dbe600897')
-b2sums=('c1057adda408b81b285cf4fd1febee34d85bd126ac8e5f1a78f4090ad644fc940d907bcff85d29b65f51e71e8b4689540eb29ef6881d9d814795f35e28c4c0ca')
+optdepends=(
+  'pixiewps: pixiewps support'
+)
+source=(
+  ${url}/archive/refs/tags/${_pkgver}/${pkgname}-${_pkgver}.tar.gz
+  
bully-fix-unassigned-use-of-result.patch::https://github.com/kimocoder/bully/commit/9e60df0ea0ad99aaf0d19d1ff4749cdc68838e88.patch
+)
+sha256sums=('7da8f588caed1cbcce70e5ecf4b90588a2647ee0f7582ba05e88ced3e245d539'
+            '06e884b46e55b59041474dea0364ca7afbbb10df69a759043cf0d17a5f77820d')
+b2sums=('03689f47185cd2fdb8085a3760f271406b635feeda1eb52fa904a50d64ab65bf6922ed1466948fac6fbf7515f57a215ee363d486ddfedfb6aa495adea7a00602'
+        
'4e646dc1c56e9903b791761d68e47ef4a624d333516aa4570d469ff4f44afcfb1c7ce209c7cc51de5cd617a30e94fa6b9384604355d3687a37654cb1de2ba73a')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   make -C src
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   make -C src install DESTDIR="${pkgdir}" prefix=/usr
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



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

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


Reply via email to