summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-02-05 21:06:09 -0600
committerLuis Martinez2022-02-05 21:06:09 -0600
commit8780183516fa470cfd234cb21cabfe8a20ba3158 (patch)
tree627654f540221fa49030a8eabee313f403770839
parent8bf7301336663d4c3e24fd26893f8557f0615482 (diff)
downloadaur-8780183516fa470cfd234cb21cabfe8a20ba3158.tar.gz
update to 1.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821edfc97aec..95ebad2017cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 1.17.0
+ pkgver = 1.18.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.17.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.17.0.tar.gz
- sha256sums = 46756ed8700a3aa783f60d1e977639ae22128103ad8099357ee893e8b07972d0
+ source = neovim-notify-1.18.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.18.0.tar.gz
+ sha256sums = 7e873f763207cac3d3d527d68a30b80f407d8744c9b236909791d043d5b38787
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index c70d9498e1d1..014089efc9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=1.17.0
+pkgver=1.18.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=('46756ed8700a3aa783f60d1e977639ae22128103ad8099357ee893e8b07972d0')
+sha256sums=('7e873f763207cac3d3d527d68a30b80f407d8744c9b236909791d043d5b38787')
check() {
cd "nvim-notify-$pkgver"