summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-05-01 23:37:08 -0500
committerLuis Martinez2022-05-01 23:37:08 -0500
commit118842ba99c74a6ef77c634e8717429b5ca5f5b1 (patch)
treee682f232fdc9f5346aed66f1df07b9459f784777
parent06c8fef60b8978b7ff029904d19c5b335a183889 (diff)
downloadaur-118842ba99c74a6ef77c634e8717429b5ca5f5b1.tar.gz
update to 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b6cfe46f14..043ffbbf1a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 2.4.1
+ pkgver = 3.0.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.4.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.4.1.tar.gz
- sha256sums = 5332b6776ce1c6104725c3392bd02e3e07f507810b90cdb1d9613087f0c93886
+ source = neovim-notify-3.0.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v3.0.0.tar.gz
+ sha256sums = ad1caf7ce991326bd619255655f3734fe4f9a9700b4d60930e9bfe9746bdcbe5
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 34841b8c7b17..0ef925182406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=2.4.1
+pkgver=3.0.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=('5332b6776ce1c6104725c3392bd02e3e07f507810b90cdb1d9613087f0c93886')
+sha256sums=('ad1caf7ce991326bd619255655f3734fe4f9a9700b4d60930e9bfe9746bdcbe5')
check() {
cd "nvim-notify-$pkgver"