summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd127c3199f..77a12a2f9029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 3.6.0
+ pkgver = 3.6.3
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-3.6.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.6.0.tar.gz
- sha256sums = 2a682aaceb0c5d451b465fe82023743524ed5412224d4cddf50d50efa8b65ccc
+ source = neovim-notify-3.6.3.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.6.3.tar.gz
+ sha256sums = 845182b5a333cc1213cbf1cf33c910230a925491d593b7a01be3f381a38f846c
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 7302f90ec427..97b76647c4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=3.6.0
+pkgver=3.6.3
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=('2a682aaceb0c5d451b465fe82023743524ed5412224d4cddf50d50efa8b65ccc')
+sha256sums=('845182b5a333cc1213cbf1cf33c910230a925491d593b7a01be3f381a38f846c')
check() {
cd "nvim-notify-$pkgver"