summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorh3rmt2024-05-05 12:18:10 +0000
committerh3rmt2024-05-05 12:18:10 +0000
commitea6184382a3fb04fc3e4c16b5a59348e45c26a05 (patch)
tree3147232ac8359c119525bdb92b2ff1befc21d9bd
parent1c1c119923338e3eb1c5a9beb11ddf964d053f84 (diff)
downloadaur-ea6184382a3fb04fc3e4c16b5a59348e45c26a05.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d73ea3d8c5ce..5a40b8f73c7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprswitch
pkgdesc = A CLI/GUI that allows switching between windows in Hyprland
- pkgver = 1.2.3
+ pkgver = 1.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-1.2.3.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.2.3.crate
- sha256sums = f32105d2b80872c818b37f07fc50abc859b9908feeaf47fec82200c565a67f57
+ source = hyprswitch-1.2.4.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.2.4.crate
+ sha256sums = 5deccbbdb68903a6ef3fa72db5b40d6467b4c744f0eaa9975602073ef8f48a1a
pkgname = hyprswitch
diff --git a/PKGBUILD b/PKGBUILD
index 2b1c86c6054c..e3afabedf34e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hyprswitch
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="A CLI/GUI that allows switching between windows in Hyprland"
arch=('any')
@@ -25,4 +25,4 @@ build() {
package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname-$pkgver/target/release/$pkgname"
}
-sha256sums=('f32105d2b80872c818b37f07fc50abc859b9908feeaf47fec82200c565a67f57')
+sha256sums=('5deccbbdb68903a6ef3fa72db5b40d6467b4c744f0eaa9975602073ef8f48a1a')