summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Zardi2023-10-02 20:35:59 +0200
committerFrancesco Zardi2023-10-02 20:35:59 +0200
commita5812339123ff83a96ae7d8044f7010df28e0e02 (patch)
treebe3b79bca7381f83a58f29188aed3dd2da530fde
parent1ceda62197b23eb9add1d0505a85c5c64cf7b525 (diff)
downloadaur-a5812339123ff83a96ae7d8044f7010df28e0e02.tar.gz
Bump version to 1.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfcbeeef570c..f5c052a0717b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 442fa3264943..ac8016a9bdbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"