summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-08 22:56:19 -0500
committerLuis Martinez2022-04-08 22:56:19 -0500
commit28e5fc37686c2733563d7048c4b38c1560a6d17e (patch)
treecfec63c526b9c8bde7781314a189985bbde5ae64
parenta937105c8b5bf6683cfe1e1e939d01c721bb6b51 (diff)
downloadaur-28e5fc37686c2733563d7048c4b38c1560a6d17e.tar.gz
update to 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cbd110968b8..7f8d9d8fb6a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 2.2.1
+ pkgver = 2.2.2
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.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.2.1.tar.gz
- sha256sums = 4b4f8259f391d9711bd31a1120157d64b767c0c41b4d92dce4a27edb89538da0
+ source = neovim-notify-2.2.2.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.2.2.tar.gz
+ sha256sums = 49a257ef543f8cda9d97361db70e6dc620cdddd5c395d3807556cdd41fc871ec
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 1619d1033bee..c4be859088d7 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.1
+pkgver=2.2.2
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=('4b4f8259f391d9711bd31a1120157d64b767c0c41b4d92dce4a27edb89538da0')
+sha256sums=('49a257ef543f8cda9d97361db70e6dc620cdddd5c395d3807556cdd41fc871ec')
check() {
cd "nvim-notify-$pkgver"