summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-24 16:45:23 -0500
committerLuis Martinez2022-08-24 16:45:23 -0500
commit8c971ae58cb7a0f193ef39e9dc6ac9d180a4af41 (patch)
tree851f5f538435e00e154c0a05e0737b39f263e8df
parentd3d4fa5a4c7f6a386e27cbe0bf318451db979348 (diff)
downloadaur-8c971ae58cb7a0f193ef39e9dc6ac9d180a4af41.tar.gz
update to 3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fdb96bdad18..667c266fb885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 3.2.1
+ pkgver = 3.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-3.2.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.2.1.tar.gz
- sha256sums = 33359e2d882e49330b02ad8a5e3ace57d4f78e929065a7e1d1596cf049e778e5
+ source = neovim-notify-3.2.2.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.2.2.tar.gz
+ sha256sums = 134917446a99f686d881a167d28abab13b83415b86d9280ff0a312e99d6d1f0d
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 1d231c9b09e5..7f31911c75e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=3.2.1
+pkgver=3.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=('33359e2d882e49330b02ad8a5e3ace57d4f78e929065a7e1d1596cf049e778e5')
+sha256sums=('134917446a99f686d881a167d28abab13b83415b86d9280ff0a312e99d6d1f0d')
check() {
cd "nvim-notify-$pkgver"