diff options
author | h3rmt | 2024-11-01 20:41:17 +0000 |
---|---|---|
committer | h3rmt | 2024-11-01 20:41:17 +0000 |
commit | 91fbed32ba49b163d5562e0fea1f01ab616b38d8 (patch) | |
tree | f2fbca4686c5440111b3c7a282d14e5d024ec2f0 | |
parent | 716740944f333178fbbd65dca662a00d8d6e18b8 (diff) | |
download | aur-91fbed32ba49b163d5562e0fea1f01ab616b38d8.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = hyprswitch pkgdesc = A CLI/GUI that allows switching between windows in Hyprland - pkgver = 2.1.4 + pkgver = 3.0.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-2.1.4.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-2.1.4.crate - sha256sums = d8d45914a51284f8c18bb07eeb8aab38876fd4eb3f0827cbd117886e360b5273 + source = hyprswitch-3.0.0.tar.gz::https://static.crates.io/crates/hyprswitch/hyprswitch-3.0.0.crate + sha256sums = bd13de9dab3fc8e655ee255851bc088a41dffa6b1fe414e577e90cb166342e58 pkgname = hyprswitch @@ -1,5 +1,5 @@ pkgname=hyprswitch -pkgver=2.1.4 +pkgver=3.0.0 pkgrel=1 pkgdesc="A CLI/GUI that allows switching between windows in Hyprland" arch=('any') @@ -25,4 +25,8 @@ build() { package() { install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname-$pkgver/target/release/$pkgname" } -sha256sums=('d8d45914a51284f8c18bb07eeb8aab38876fd4eb3f0827cbd117886e360b5273') + +post_install() { + echo "Please restart the hyprswitch daemon" +} +sha256sums=('bd13de9dab3fc8e655ee255851bc088a41dffa6b1fe414e577e90cb166342e58') |