diff options
author | Francesco Zardi | 2024-01-10 18:42:48 +0100 |
---|---|---|
committer | Francesco Zardi | 2024-04-12 11:36:43 +0200 |
commit | 7577b1ad9b46219707b144c4d177f3b18ba0c033 (patch) | |
tree | d3f17dd12fdd11cd4399ab59440bc18dccfe6a53 | |
parent | 73c737857fb0d493c29cf13e9f8b8f5cbc06b558 (diff) | |
download | aur-7577b1ad9b46219707b144c4d177f3b18ba0c033.tar.gz |
Update to 1.19.3
-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.19.2 + pkgver = 1.19.3 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.19.2.tar.gz::https://github.com/franciscolourenco/done/archive/1.19.2.tar.gz - sha256sums = 802b6cdfeedb21e495c80f28ecb68f79c9f046826dc37924cbce84f877f79808 + source = fish-done-1.19.3.tar.gz::https://github.com/franciscolourenco/done/archive/1.19.3.tar.gz + sha256sums = c4119e1fa0296aecaf4939c8288d7610c5c69f53173d6cf2674e8579013214cc pkgname = fish-done @@ -2,7 +2,7 @@ # Maintainer: Francesco Zardi <frazar at hotmail dot it> pkgname=fish-done _reponame='done' -pkgver=1.19.2 +pkgver=1.19.3 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=('802b6cdfeedb21e495c80f28ecb68f79c9f046826dc37924cbce84f877f79808') +sha256sums=('c4119e1fa0296aecaf4939c8288d7610c5c69f53173d6cf2674e8579013214cc') check() { cd "$_reponame-$pkgver" |