diff options
author | h3rmt | 2025-01-08 00:22:07 +0000 |
---|---|---|
committer | h3rmt | 2025-01-08 00:22:07 +0000 |
commit | 318a246bd2de787d126663589aaa28e4dad31cee (patch) | |
tree | a1c8b52a5a0f77ab70050242d30ffd1f2ba93500 | |
parent | 173ed6ae4262525ae27201def1719c6144c46df5 (diff) | |
download | aur-318a246bd2de787d126663589aaa28e4dad31cee.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = hyprswitch pkgdesc = A CLI/GUI that allows switching between windows in Hyprland - pkgver = 3.2.3 + pkgver = 3.2.4 pkgrel = 1 url = https://github.com/h3rmt/hyprswitch/ arch = any @@ -9,7 +9,7 @@ pkgbase = hyprswitch depends = hyprland depends = gtk4-layer-shell depends = gtk4 - source = hyprswitch-3.2.3.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-3.2.3.crate - sha256sums = 5ace5a7f4e26a68e29b3a7b0ded00648b20ba1f1b8c8c3ba8f5fa4a31ae32e80 + source = hyprswitch-3.2.4.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-3.2.4.crate + sha256sums = 896fed1ea43a5a7e7242b11969ff5011576543ded22c62b603f2ffad4b4a7eea pkgname = hyprswitch @@ -1,6 +1,6 @@ pkgname=hyprswitch # x-release-please-start-version -pkgver=3.2.3 +pkgver=3.2.4 # x-release-please-end pkgrel=1 pkgdesc="A CLI/GUI that allows switching between windows in Hyprland" @@ -31,4 +31,4 @@ package() { post_install() { echo "Please restart the hyprswitch daemon" } -sha256sums=('5ace5a7f4e26a68e29b3a7b0ded00648b20ba1f1b8c8c3ba8f5fa4a31ae32e80') +sha256sums=('896fed1ea43a5a7e7242b11969ff5011576543ded22c62b603f2ffad4b4a7eea') |