summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-03-20 11:27:03 -0500
committerLuis Martinez2022-03-20 11:27:03 -0500
commita937105c8b5bf6683cfe1e1e939d01c721bb6b51 (patch)
tree67aa115f4a1368c799b063176d286e416dca0cff
parentd63cce592ae98ccf1bebdf7f3e02be94d10583ea (diff)
downloadaur-a937105c8b5bf6683cfe1e1e939d01c721bb6b51.tar.gz
update to 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b707d3d73fc..8cbd110968b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 2.2.0
+ pkgver = 2.2.1
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.2.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.2.0.tar.gz
- sha256sums = 3c986822e2cd1908ae5ff5eab40f57b5c8f199fa64fa798ab2a6acf088ef1722
+ source = neovim-notify-2.2.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.2.1.tar.gz
+ sha256sums = 4b4f8259f391d9711bd31a1120157d64b767c0c41b4d92dce4a27edb89538da0
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 27739fd7f7d1..1619d1033bee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=2.2.0
+pkgver=2.2.1
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=('3c986822e2cd1908ae5ff5eab40f57b5c8f199fa64fa798ab2a6acf088ef1722')
+sha256sums=('4b4f8259f391d9711bd31a1120157d64b767c0c41b4d92dce4a27edb89538da0')
check() {
cd "nvim-notify-$pkgver"