summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoe Hillenbrand2021-09-20 23:21:55 -0700
committerJoe Hillenbrand2021-09-20 23:21:55 -0700
commit49be7d8e14d537ead292e9f38c94f220c07e218d (patch)
tree6cbacef85d3dc42162d81991c32287e22343c7ad /PKGBUILD
parent3b2410cf2a950f1bd19b2e2b8876c11fe79f9834 (diff)
downloadaur-49be7d8e14d537ead292e9f38c94f220c07e218d.tar.gz
Release 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaabd2ba5288..30a6dd78f074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joe Hillenbrand (joehillen) <joehillen@gmail.com>
pkgname=sysz
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=0
pkgdesc="fzf terminal UI for systemctl"
arch=("any")
@@ -9,7 +9,7 @@ url="https://github.com/joehillen/sysz"
license=("UNLICENSE")
depends=("bash" "fzf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('7b6c4210d829973ace491d017a9ab1c54ab3bdee014f503acc44f9c3e5a1a064')
+sha256sums=('cbe2f148071ce8c146fdbd0b2a52a2ee1870936e71097f6efd85c8867dcb44eb')
package() {
install -Dm775 "$srcdir/$pkgname-$pkgver/sysz" "$pkgdir/usr/bin/sysz"