summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-02-09 09:17:20 -0600
committerLuis Martinez2022-02-09 09:17:20 -0600
commitd07293415edef986c44063e2adbc90bec89cbf18 (patch)
tree13bed6f0fc6b0bd4bdc6e12ff5e1833de156c8e5
parent8780183516fa470cfd234cb21cabfe8a20ba3158 (diff)
downloadaur-d07293415edef986c44063e2adbc90bec89cbf18.tar.gz
update to 1.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95ebad2017cf..a3b57ae238c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 1.18.0
+ pkgver = 1.19.0
pkgrel = 1
url = https://github.com/rcarriga/nvim-notify
install = notify.install
@@ -10,7 +10,7 @@ pkgbase = neovim-notify
checkdepends = neovim-plenary
depends = neovim
optdepends = neovim-telescope
- source = neovim-notify-1.18.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.18.0.tar.gz
- sha256sums = 7e873f763207cac3d3d527d68a30b80f407d8744c9b236909791d043d5b38787
+ source = neovim-notify-1.19.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.19.0.tar.gz
+ sha256sums = accb5aa26672dee76d1f61e6a3380ee3eb96da9ce6bf4274de40863b256be3a8
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 014089efc9ef..5d1b6daea84a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=1.18.0
+pkgver=1.19.0
pkgrel=1
pkgdesc="Notification manager for Neovim"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('neovim-telescope')
checkdepends=('neovim-plenary')
install=notify.install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7e873f763207cac3d3d527d68a30b80f407d8744c9b236909791d043d5b38787')
+sha256sums=('accb5aa26672dee76d1f61e6a3380ee3eb96da9ce6bf4274de40863b256be3a8')
check() {
cd "nvim-notify-$pkgver"