summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-03 13:11:26 -0500
committerLuis Martinez2022-08-03 13:11:26 -0500
commitd3d4fa5a4c7f6a386e27cbe0bf318451db979348 (patch)
tree2bf59ef7e60b3c7cf8f81f7350059ff5ff401b5c
parent5a86a92d0bd20295c78b6b843a670725bf6e129e (diff)
downloadaur-d3d4fa5a4c7f6a386e27cbe0bf318451db979348.tar.gz
update to 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7cd5f226b1f..3fdb96bdad18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 3.2.0
+ pkgver = 3.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-3.2.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.2.0.tar.gz
- sha256sums = dcadde411c16e8e0c33feec68a0c497678b40527f8cfff15900ce78ac4a4262e
+ source = neovim-notify-3.2.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.2.1.tar.gz
+ sha256sums = 33359e2d882e49330b02ad8a5e3ace57d4f78e929065a7e1d1596cf049e778e5
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index b8629bae4d0c..1d231c9b09e5 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.0
+pkgver=3.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=('dcadde411c16e8e0c33feec68a0c497678b40527f8cfff15900ce78ac4a4262e')
+sha256sums=('33359e2d882e49330b02ad8a5e3ace57d4f78e929065a7e1d1596cf049e778e5')
check() {
cd "nvim-notify-$pkgver"