Update to v1.1.1

This commit is contained in:
rcklt 2026-02-01 11:20:52 +01:00
parent 70d1d04791
commit df6e8ccfe4
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = wgtray
pkgdesc = WireGuard system tray client for easy VPN switching
pkgver = 1.1.0
pkgver = 1.1.1
pkgrel = 1
url = https://github.com/0xNatal/wgtray
install = wgtray.install
@ -12,7 +12,7 @@ pkgbase = wgtray
depends = wireguard-tools
depends = polkit
depends = qt6-svg
source = wgtray-1.1.0.tar.gz::https://github.com/0xNatal/wgtray/archive/v1.1.0.tar.gz
sha256sums = 03e46c2caee689778651ef87626923b604bf43f7290b682bc47d993138f8da6e
source = wgtray-1.1.1.tar.gz::https://github.com/0xNatal/wgtray/archive/v1.1.1.tar.gz
sha256sums = SKIP
pkgname = wgtray

View file

@ -1,6 +1,6 @@
# Maintainer: Natal Bumann wgtray@rcklt.ch
pkgname=wgtray
pkgver=1.1.0
pkgver=1.1.1
pkgrel=1
pkgdesc="WireGuard system tray client for easy VPN switching"
arch=('any')
@ -16,9 +16,9 @@ depends=(
)
install=wgtray.install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('03e46c2caee689778651ef87626923b604bf43f7290b682bc47d993138f8da6e')
sha256sums=('SKIP')
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" PREFIX=/usr install
}
}