summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-12-04 20:59:07 -0600
committerLuis Martinez2021-12-04 20:59:07 -0600
commit11d3068d52cb4153060717fa53b547767d0dfa6a (patch)
tree124fa072168dc36b75743356c6b765c034d3a632
parent81f52c9eea97ba112e60d33e50f7fd14f9f9c667 (diff)
downloadaur-11d3068d52cb4153060717fa53b547767d0dfa6a.tar.gz
update to 1.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e078ea7674..cf5a6d5c1314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 1.13.1
+ pkgver = 1.14.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.13.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.13.1.tar.gz
- sha256sums = 3311ce38582d8f2c91412f4c49361a1495f851c55ee510eccae081163075ca47
+ source = neovim-notify-1.14.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.14.0.tar.gz
+ sha256sums = 320e744bd5028345add4c97a13bbf802a771375a36f231e6935bedf21fc143b7
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 422da7e242b1..c464c1f77282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=1.13.1
+pkgver=1.14.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=('3311ce38582d8f2c91412f4c49361a1495f851c55ee510eccae081163075ca47')
+sha256sums=('320e744bd5028345add4c97a13bbf802a771375a36f231e6935bedf21fc143b7')
check() {
cd "nvim-notify-$pkgver"