diff options
author | Charles Crete | 2023-02-26 17:01:27 -0500 |
---|---|---|
committer | Charles Crete | 2023-02-26 17:01:27 -0500 |
commit | 6dc10a41bb4b7e58243607d6e592cb70bfa6f790 (patch) | |
tree | 8b8078c71aeda9e77b61bac4e9ec58add3234e9a /PKGBUILD | |
parent | f83f0719dc32fde20007cec2d86991141f43b87f (diff) | |
download | aur-i3-back-bin.tar.gz |
v0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=i3-back-bin -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="An i3/Sway utility to switch focus to your last focused window. Allows for behavior similar to Alt+Tab on other desktop environments." url="https://github.com/Cretezy/i3-back" @@ -12,7 +12,7 @@ arch=("x86_64") provides=("i3-back") conflicts=("i3-back") source=("https://github.com/Cretezy/i3-back/releases/download/v$pkgver/i3-back-$pkgver-x86_64.tar.gz") -sha256sums=("33f9b07e08390842ad781df02db4ae92204f9ba97a95fdabdb9ed4b45df61fd2") +sha256sums=("f5860bae22c2c4921b7fea50bbfeabd731120275ddd2c77c8af7e4fea5f6bdcb") package() { install -Dm755 i3-back -t "$pkgdir/usr/bin" |