summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorh3rmt2024-05-14 21:20:11 +0000
committerh3rmt2024-05-14 21:20:11 +0000
commit33570163967a9b2afc239a9c1a9b531e609329aa (patch)
treecbb236b086705ed022466464cc2cd42848c08cb8
parentea6184382a3fb04fc3e4c16b5a59348e45c26a05 (diff)
downloadaur-hyprswitch.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 5a40b8f73c7f..692690add0e7 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.4
+ pkgver = 1.3.0
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.4.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.2.4.crate
- sha256sums = 5deccbbdb68903a6ef3fa72db5b40d6467b4c744f0eaa9975602073ef8f48a1a
+ source = hyprswitch-1.3.0.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-1.3.0.crate
+ sha256sums = 0fa93e542529d2367964ee366c8212c336f040fb9a453671893b6eb80a7a83dc
pkgname = hyprswitch
diff --git a/PKGBUILD b/PKGBUILD
index e3afabedf34e..131e206f8487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hyprswitch
-pkgver=1.2.4
+pkgver=1.3.0
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=('5deccbbdb68903a6ef3fa72db5b40d6467b4c744f0eaa9975602073ef8f48a1a')
+sha256sums=('0fa93e542529d2367964ee366c8212c336f040fb9a453671893b6eb80a7a83dc')