summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-12-16 09:32:13 -0600
committerLuis Martinez2021-12-16 09:32:13 -0600
commitc52542245a1f9253bf445f4dfefb2e7eecf36045 (patch)
treeaac69eb776fb04844a16b5b62e3d5974ceb325cf
parent11d3068d52cb4153060717fa53b547767d0dfa6a (diff)
downloadaur-c52542245a1f9253bf445f4dfefb2e7eecf36045.tar.gz
update to 1.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf5a6d5c1314..3fa0bb7816dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 1.14.0
+ pkgver = 1.15.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.14.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.14.0.tar.gz
- sha256sums = 320e744bd5028345add4c97a13bbf802a771375a36f231e6935bedf21fc143b7
+ source = neovim-notify-1.15.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.15.0.tar.gz
+ sha256sums = ff64466078caeba17daf5170c5ac176964c91ed9dfd8f284bf918f5f2a4e0c30
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index c464c1f77282..39205cdc53ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=1.14.0
+pkgver=1.15.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=('320e744bd5028345add4c97a13bbf802a771375a36f231e6935bedf21fc143b7')
+sha256sums=('ff64466078caeba17daf5170c5ac176964c91ed9dfd8f284bf918f5f2a4e0c30')
check() {
cd "nvim-notify-$pkgver"