summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-12-03 09:29:11 -0600
committerLuis Martinez2021-12-03 09:29:11 -0600
commit81f52c9eea97ba112e60d33e50f7fd14f9f9c667 (patch)
tree74abe321e78b81accae161d854e8b3b990f17699
parent8510aac29404df602f49dbf6c738ecc517119752 (diff)
downloadaur-81f52c9eea97ba112e60d33e50f7fd14f9f9c667.tar.gz
update to 1.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75d17b915d19..44e078ea7674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
- pkgver = 1.13.0
+ pkgver = 1.13.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-1.13.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.13.0.tar.gz
- sha256sums = cdd975daad1e83123cda2e6eb6d5129b4d782224abcd25708f0821cc065d1927
+ source = neovim-notify-1.13.1.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v1.13.1.tar.gz
+ sha256sums = 3311ce38582d8f2c91412f4c49361a1495f851c55ee510eccae081163075ca47
pkgname = neovim-notify
diff --git a/PKGBUILD b/PKGBUILD
index 5cc0618b3e2b..422da7e242b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-notify
-pkgver=1.13.0
+pkgver=1.13.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=('cdd975daad1e83123cda2e6eb6d5129b4d782224abcd25708f0821cc065d1927')
+sha256sums=('3311ce38582d8f2c91412f4c49361a1495f851c55ee510eccae081163075ca47')
check() {
cd "nvim-notify-$pkgver"