diff options
author | Francesco Zardi | 2023-10-02 20:35:59 +0200 |
---|---|---|
committer | Francesco Zardi | 2023-10-02 20:35:59 +0200 |
commit | a5812339123ff83a96ae7d8044f7010df28e0e02 (patch) | |
tree | be3b79bca7381f83a58f29188aed3dd2da530fde | |
parent | 1ceda62197b23eb9add1d0505a85c5c64cf7b525 (diff) | |
download | aur-a5812339123ff83a96ae7d8044f7010df28e0e02.tar.gz |
Bump version to 1.17.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = fish-done pkgdesc = Receive notifications when long processes finish in fish shell - pkgver = 1.17.0 + pkgver = 1.17.1 pkgrel = 1 url = https://github.com/franciscolourenco/done arch = any @@ -10,7 +10,7 @@ pkgbase = fish-done optdepends = jq: for use with sway optdepends = libnotify: notification backend optdepends = notify-desktop-git: notification backend - source = fish-done-1.17.0.tar.gz::https://github.com/franciscolourenco/done/archive/1.17.0.tar.gz - sha256sums = 80a13784fc8926dd1911bfdb56eacfaaaacf80bb924e053ef67d8e24194f55bd + source = fish-done-1.17.1.tar.gz::https://github.com/franciscolourenco/done/archive/1.17.1.tar.gz + sha256sums = a0b33f613f57f255d67610b503f78ccaddf67de9d2122ade61f4c788fa8a6fab pkgname = fish-done @@ -2,7 +2,7 @@ # Maintainer: Francesco Zardi <frazar at hotmail dot it> pkgname=fish-done _reponame='done' -pkgver=1.17.0 +pkgver=1.17.1 pkgrel=1 pkgdesc='Receive notifications when long processes finish in fish shell' arch=(any) @@ -14,7 +14,7 @@ optdepends=('jq: for use with sway' 'libnotify: notification backend' 'notify-desktop-git: notification backend') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('80a13784fc8926dd1911bfdb56eacfaaaacf80bb924e053ef67d8e24194f55bd') +sha256sums=('a0b33f613f57f255d67610b503f78ccaddf67de9d2122ade61f4c788fa8a6fab') check() { cd "$_reponame-$pkgver" |