summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-10 10:19:34 -0500
committerLuis Martinez2022-04-10 10:19:34 -0500
commit00feaddaeae795b808d881e3a27172c895e70af5 (patch)
treee7233aed23a747de97ae5a88b6056447cbf585e6
parent28e5fc37686c2733563d7048c4b38c1560a6d17e (diff)
downloadaur-00feaddaeae795b808d881e3a27172c895e70af5.tar.gz
update to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f8d9d8fb6a0..98015448f50f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 2.2.2
+ pkgver = 2.3.0
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.2.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.2.2.tar.gz
- sha256sums = 49a257ef543f8cda9d97361db70e6dc620cdddd5c395d3807556cdd41fc871ec
+ source = neovim-notify-2.3.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.3.0.tar.gz
+ sha256sums = 61f2d7f0a181738554994fae2c49d6180ba90d76f6147f821e7048ce361ab244
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index c4be859088d7..9303b568cad6 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.2
+pkgver=2.3.0
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=('49a257ef543f8cda9d97361db70e6dc620cdddd5c395d3807556cdd41fc871ec')
+sha256sums=('61f2d7f0a181738554994fae2c49d6180ba90d76f6147f821e7048ce361ab244')
check() {
cd "nvim-notify-$pkgver"