summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-02-20 16:15:05 -0600
committerLuis Martinez2022-02-20 16:15:05 -0600
commit2fa99eccadf5491dce2258d977bbbf9864e3cf46 (patch)
treedfa48138d87df0f323602c0890733f7431a04849
parentaf334473027cddde5b159cc77654411d12845f7f (diff)
downloadaur-2fa99eccadf5491dce2258d977bbbf9864e3cf46.tar.gz
update to 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 789bdb4d5b9d..a90b1bdeb459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 1.19.1
+ pkgver = 2.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-1.19.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.19.1.tar.gz
- sha256sums = 7f0734f56e9e0f46ad32b0aded96d029dae63b9be0f06f07130f5b492add0710
+ source = neovim-notify-2.0.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.0.0.tar.gz
+ sha256sums = 1229128b7721defe71a9d9064a1582fbdaedfe0cc4196d7d5f08bd21ccd68957
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 50aa6ec66ac4..47d945262723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=1.19.1
+pkgver=2.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=('7f0734f56e9e0f46ad32b0aded96d029dae63b9be0f06f07130f5b492add0710')
+sha256sums=('1229128b7721defe71a9d9064a1582fbdaedfe0cc4196d7d5f08bd21ccd68957')
check() {
cd "nvim-notify-$pkgver"