summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Halter2022-11-16 09:23:54 -0500
committerMicah Halter2022-11-16 09:23:54 -0500
commit7fbf01a5e93be8d4d7b38bd23641cf938b7b0eaf (patch)
tree0ebe190baa8cf0d13fc142d796cfdf4d2468c1fb
parent2a6aaf80a474b263728ebae75d05b66e2a3a0472 (diff)
downloadaur-7fbf01a5e93be8d4d7b38bd23641cf938b7b0eaf.tar.gz
astronvim v2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 641116f60e49..97a24c8c2f2a 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 = v2.6.4
+ pkgver = v2.7.0
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/v2.6.4.zip
+ source = https://github.com/astronvim/astronvim/archive/refs/tags/v2.7.0.zip
source = astronvim.vim.template
- sha256sums = c1b2fbc186fafd8f657a190569229fd71ff12af739ff3401633beef6ed0778f6
+ sha256sums = 0e82eb3efdb1a1ade8a61618e9eddc9f02f2effb9cfc4789a26417d2914e02e0
sha256sums = a11c032b23e3892e9022aa32264cec022eddd25d39c874c36e70ed345ad05218
pkgname = astronvim
diff --git a/PKGBUILD b/PKGBUILD
index dcb55771798c..bd129335664c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mehalter <micah at mehalter.com>
pkgname=astronvim
-_pkgver=2.6.4
+_pkgver=2.7.0
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=(
- 'c1b2fbc186fafd8f657a190569229fd71ff12af739ff3401633beef6ed0778f6'
+ '0e82eb3efdb1a1ade8a61618e9eddc9f02f2effb9cfc4789a26417d2914e02e0'
'a11c032b23e3892e9022aa32264cec022eddd25d39c874c36e70ed345ad05218'
)
conflicts=("${pkgname}")