summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-13 12:50:02 -0500
committerLuis Martinez2022-04-13 12:50:02 -0500
commit06c8fef60b8978b7ff029904d19c5b335a183889 (patch)
tree111bb5b6df3cb35fad73e0c776ced39343beb01f
parent00feaddaeae795b808d881e3a27172c895e70af5 (diff)
downloadaur-06c8fef60b8978b7ff029904d19c5b335a183889.tar.gz
update to 2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98015448f50f..b5b6cfe46f14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 2.3.0
+ pkgver = 2.4.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.3.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.3.0.tar.gz
- sha256sums = 61f2d7f0a181738554994fae2c49d6180ba90d76f6147f821e7048ce361ab244
+ source = neovim-notify-2.4.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.4.1.tar.gz
+ sha256sums = 5332b6776ce1c6104725c3392bd02e3e07f507810b90cdb1d9613087f0c93886
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 9303b568cad6..34841b8c7b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=2.3.0
+pkgver=2.4.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=('61f2d7f0a181738554994fae2c49d6180ba90d76f6147f821e7048ce361ab244')
+sha256sums=('5332b6776ce1c6104725c3392bd02e3e07f507810b90cdb1d9613087f0c93886')
check() {
cd "nvim-notify-$pkgver"