upg wpa_supplicant_gui brave

This commit is contained in:
joborun linux 2022-05-09 22:46:54 +03:00
parent a1e266ce43
commit 98c476de4d
3 changed files with 10 additions and 9 deletions

View file

@ -7,7 +7,7 @@
pkgname=brave-nightly-bin
pkgdesc="Web browser that blocks ads and trackers by default (nightly alpha binary release) - this is de-googled but still you have to turn telemetry and autoupdating off in the options, don't trust brave blindly"
pkgver=1.40.29
pkgver=1.40.39
pkgrel=01
arch=('x86_64')
url='https://brave.com/download-nightly'

View file

@ -6,8 +6,8 @@
pkgname=wpa_supplicant_gui
_pkgname=${pkgname%_gui}
pkgver=2.9
pkgrel=02
pkgver=2.10
pkgrel=01
pkgdesc="A Qt frontend for interacting with wpa_supplicant"
url="https://w1.fi/wpa_supplicant/"
arch=('x86_64')
@ -32,4 +32,4 @@ package() {
license=('BSD')
sha256sums=(fcbdee7b4a64bea8177973299c8c824419c413ec2e3a95db63dd6a5dc3541f17) # wpa_supplicant-2.9.tar.gz
sha256sums=(20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f) # wpa_supplicant-2.10.tar.gz

View file

@ -1,17 +1,18 @@
# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
# Contributor: Thomas Bächler <thomas@archlinux.org>
# Maintainer: Alexey Peschany <archlinux at sandboiii dot xyz>
# Contributor: Kewl <xrjy@nygb.rh.bet(rot13)>
# Contributor: Thomas Bächler <thomas at archlinux dot org>
pkgname=wpa_supplicant_gui
_pkgname=${pkgname%_gui}
pkgver=2.9
pkgrel=2
pkgver=2.10
pkgrel=1
pkgdesc="A Qt frontend for interacting with wpa_supplicant"
url="https://w1.fi/wpa_supplicant/"
arch=('x86_64')
depends=('qt5-base' 'wpa_supplicant')
license=('BSD')
source=("https://w1.fi/releases/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('fcbdee7b4a64bea8177973299c8c824419c413ec2e3a95db63dd6a5dc3541f17')
sha256sums=('20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f')
build() {
cd "${_pkgname}-${pkgver}/${_pkgname}/wpa_gui-qt4"