summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorh3rmt2024-04-26 18:57:53 +0000
committerh3rmt2024-04-26 18:57:53 +0000
commit1c1c119923338e3eb1c5a9beb11ddf964d053f84 (patch)
treea86708052d397c5b2c527753ef16918a8c78b6bd
parent55d1475f50777bb6800342ddb0423167805a84ff (diff)
downloadaur-1c1c119923338e3eb1c5a9beb11ddf964d053f84.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 03fa037b6f60..d73ea3d8c5ce 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.2
+ pkgver = 1.2.3
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.2.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.2.2.crate
- sha256sums = c99dd90229d34ca301bad7c9412fa3f619f5eb775d744eb8813a73787925b829
+ source = hyprswitch-1.2.3.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.2.3.crate
+ sha256sums = f32105d2b80872c818b37f07fc50abc859b9908feeaf47fec82200c565a67f57
pkgname = hyprswitch
diff --git a/PKGBUILD b/PKGBUILD
index 64b3a6b4227c..2b1c86c6054c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hyprswitch
-pkgver=1.2.2
+pkgver=1.2.3
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=('c99dd90229d34ca301bad7c9412fa3f619f5eb775d744eb8813a73787925b829')
+sha256sums=('f32105d2b80872c818b37f07fc50abc859b9908feeaf47fec82200c565a67f57')