summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-03-19 20:52:38 -0500
committerLuis Martinez2022-03-19 20:52:38 -0500
commitd63cce592ae98ccf1bebdf7f3e02be94d10583ea (patch)
tree3b4297b18990827a276e01fba4d2c39304815065
parent623771e4857f2deb2ec555c122fcbfa760a8cd9f (diff)
downloadaur-d63cce592ae98ccf1bebdf7f3e02be94d10583ea.tar.gz
update to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81099e10278a..6b707d3d73fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 2.1.0
+ pkgver = 2.2.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-2.1.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.1.0.tar.gz
- sha256sums = b7b9ee9228a6df3292edca85eb0c055c28ba8371110b8dfbd545d2fabcea6083
+ source = neovim-notify-2.2.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.2.0.tar.gz
+ sha256sums = 3c986822e2cd1908ae5ff5eab40f57b5c8f199fa64fa798ab2a6acf088ef1722
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index e32d5269b234..27739fd7f7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=2.1.0
+pkgver=2.2.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=('b7b9ee9228a6df3292edca85eb0c055c28ba8371110b8dfbd545d2fabcea6083')
+sha256sums=('3c986822e2cd1908ae5ff5eab40f57b5c8f199fa64fa798ab2a6acf088ef1722')
check() {
cd "nvim-notify-$pkgver"