summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Halter2023-08-22 19:08:12 -0400
committerMicah Halter2023-08-22 19:08:12 -0400
commit332f4e191910a0715b2c16a4e80fb828b90aca64 (patch)
treec93b5dd49489ef50ffbe2a033abe57443c7fffb1
parent6a7b84ac2cc3860f915ad57973e62ed3571cff5c (diff)
downloadaur-332f4e191910a0715b2c16a4e80fb828b90aca64.tar.gz
astronvim v3.36.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3d0bace643f..5a44338bdfc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astronvim
pkgdesc = AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
- pkgver = v3.24.0
+ pkgver = v3.36.4
pkgrel = 1
url = https://github.com/AstroNvim/AstroNvim
arch = any
@@ -9,9 +9,9 @@ pkgbase = astronvim
depends = xclip
provides = astronvim
conflicts = astronvim
- source = https://github.com/astronvim/astronvim/archive/refs/tags/v3.24.0.zip
+ source = https://github.com/astronvim/astronvim/archive/refs/tags/v3.36.4.zip
source = astronvim.vim.template
- sha256sums = ce1b13f0dba82fe585475d7f89d0139c084730ebef2e3a96aa9553a508c03b61
+ sha256sums = 5c5c939e8204556e3f9b74d2dbfd885fe3b93ea5257e740074809cb69b44e687
sha256sums = a11c032b23e3892e9022aa32264cec022eddd25d39c874c36e70ed345ad05218
pkgname = astronvim
diff --git a/PKGBUILD b/PKGBUILD
index 3421b20e0c2e..e9ca3dcf7076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mehalter <micah at mehalter.com>
pkgname=astronvim
-_pkgver=3.24.0
+_pkgver=3.36.4
pkgver="v${_pkgver}"
pkgrel=1
pkgdesc="AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=("neovim>=0.8.0" "xclip")
source=("https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.zip" "astronvim.vim.template")
sha256sums=(
- 'ce1b13f0dba82fe585475d7f89d0139c084730ebef2e3a96aa9553a508c03b61'
+ '5c5c939e8204556e3f9b74d2dbfd885fe3b93ea5257e740074809cb69b44e687'
'a11c032b23e3892e9022aa32264cec022eddd25d39c874c36e70ed345ad05218'
)
conflicts=("${pkgname}")