summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-27 18:40:52 -0500
committerLuis Martinez2022-08-27 18:40:52 -0500
commita19adbda830b463a430e4f4f801f38e31abf351e (patch)
treecd9354bc0a39282f1fc793a5bebfa6565bffe73e
parent8c971ae58cb7a0f193ef39e9dc6ac9d180a4af41 (diff)
downloadaur-a19adbda830b463a430e4f4f801f38e31abf351e.tar.gz
update to 3.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667c266fb885..591c1470418c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 3.2.2
+ pkgver = 3.2.3
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.2.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.2.2.tar.gz
- sha256sums = 134917446a99f686d881a167d28abab13b83415b86d9280ff0a312e99d6d1f0d
+ source = neovim-notify-3.2.3.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.2.3.tar.gz
+ sha256sums = 5ded1b1ed63b139a8377924eaab350f68ce8e3e738d4a0b884ba764250035dcd
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 7f31911c75e2..eb3dadea6cf8 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.2
+pkgver=3.2.3
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=('134917446a99f686d881a167d28abab13b83415b86d9280ff0a312e99d6d1f0d')
+sha256sums=('5ded1b1ed63b139a8377924eaab350f68ce8e3e738d4a0b884ba764250035dcd')
check() {
cd "nvim-notify-$pkgver"