mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
49.2.0
This commit is contained in:
parent
d7ee8f7d57
commit
bc0789a761
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = bouncer
|
||||
pkgdesc = An application to help you choose the correct firewall zone for wireless connections.
|
||||
pkgver = 49.1.0
|
||||
pkgver = 49.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/justinrdonnelly/bouncer
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = bouncer
|
|||
depends = libportal
|
||||
depends = libportal-gtk4
|
||||
depends = networkmanager
|
||||
source = bouncer-49.1.0.tar.gz::https://github.com/justinrdonnelly/bouncer/archive/refs/tags/49.1.0.tar.gz
|
||||
sha256sums = d01e2e682415ab9f7e1397af1f55b7d6cd595e42d23cf40ff8497814b1e4ed42
|
||||
source = bouncer-49.2.0.tar.gz::https://github.com/justinrdonnelly/bouncer/archive/refs/tags/49.2.0.tar.gz
|
||||
sha256sums = c03a30fdd82728513ef32b7b62b74f85065fecab2307bc19e4880e512451381a
|
||||
|
||||
pkgname = bouncer
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
|
||||
pkgname=bouncer
|
||||
pkgver=49.1.0
|
||||
pkgver=49.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="An application to help you choose the correct firewall zone for wireless connections."
|
||||
arch=('any')
|
||||
|
|
@ -17,7 +17,7 @@ depends=(
|
|||
)
|
||||
makedepends=('meson')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
|
||||
sha256sums=('d01e2e682415ab9f7e1397af1f55b7d6cd595e42d23cf40ff8497814b1e4ed42')
|
||||
sha256sums=('c03a30fdd82728513ef32b7b62b74f85065fecab2307bc19e4880e512451381a')
|
||||
|
||||
build() {
|
||||
arch-meson "$pkgname-$pkgver" build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue