diff options
author | Francesco Zardi | 2021-05-19 11:40:13 +0200 |
---|---|---|
committer | Francesco Zardi | 2021-05-19 11:40:13 +0200 |
commit | 8936b1c7e891c2598031de9e31369c80f0aef9db (patch) | |
tree | 3db338a06176240e8cb3b0a3d9d4a35c353d96fe /PKGBUILD | |
parent | 65405797938e98263f50dfc6b24d954bd9cc7555 (diff) | |
download | aur-8936b1c7e891c2598031de9e31369c80f0aef9db.tar.gz |
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Francesco Zardi <frazar at hotmail dot it> pkgname=fish-done _reponame='done' -pkgver=1.16.0 +pkgver=1.16.2 pkgrel=1 pkgdesc='Receive notifications when long processes finish in fish' arch=(any) @@ -13,7 +13,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=('99a808d6afb91d5c5fd3eaa506f90b93cc6a79f990d06c1ef6cb571f51f0bc1a') +sha256sums=('035f9f37373ad892e09b8ed146c4661e2b9c583a3c0367bb3a2930400eb99a08') check() { cd "$_reponame-$pkgver" |