summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorh3rmt2024-03-09 20:18:15 +0000
committerh3rmt2024-03-09 20:18:15 +0000
commit55d1475f50777bb6800342ddb0423167805a84ff (patch)
tree612547fd0536babe11124206eb4b75e48dde06f8
parentda11496c4cc9f3091e01674dbc225fe56e3e7ee2 (diff)
downloadaur-55d1475f50777bb6800342ddb0423167805a84ff.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 81cf08182aef..03fa037b6f60 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.1
+ pkgver = 1.2.2
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.1.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.2.1.crate
- sha256sums = 3abff36236cb1835d02892f27a3d6ace4439bb29a17ac72ec69454421aa4db15
+ source = hyprswitch-1.2.2.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.2.2.crate
+ sha256sums = c99dd90229d34ca301bad7c9412fa3f619f5eb775d744eb8813a73787925b829
pkgname = hyprswitch
diff --git a/PKGBUILD b/PKGBUILD
index 2efc160d3bc7..64b3a6b4227c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hyprswitch
-pkgver=1.2.1
+pkgver=1.2.2
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=('3abff36236cb1835d02892f27a3d6ace4439bb29a17ac72ec69454421aa4db15')
+sha256sums=('c99dd90229d34ca301bad7c9412fa3f619f5eb775d744eb8813a73787925b829')