summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Karmanov2024-01-24 17:27:52 +0300
committerAnton Karmanov2024-01-24 17:27:52 +0300
commit0182383e5e9ff621a87663f85a5083bfded644f3 (patch)
tree93d45b2a86a4985267d46ac03b879e2b3a02107f
parent4ce74c3c87828718f10c4f41d4ea1488e0948e57 (diff)
downloadaur-0182383e5e9ff621a87663f85a5083bfded644f3.tar.gz
Update to v3.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80561788c1de..63ddcc4d5c97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-nightfox
pkgdesc = Highly customizable Neovim theme with support for a variety of plugins
- pkgver = 3.9.0
+ pkgver = 3.9.1
pkgrel = 1
url = https://github.com/EdenEast/nightfox.nvim
install = neovim-nightfox.install
@@ -8,7 +8,7 @@ pkgbase = neovim-nightfox
groups = neovim-plugins
license = MIT
depends = neovim
- source = neovim-nightfox-3.9.0.tar.gz::https://github.com/EdenEast/nightfox.nvim/archive/v3.9.0.tar.gz
- sha256sums = 1aa2ab772c3a1f5a086c7699e393115dece446389eb71f28973d27a5ec3fb6f1
+ source = neovim-nightfox-3.9.1.tar.gz::https://github.com/EdenEast/nightfox.nvim/archive/v3.9.1.tar.gz
+ sha256sums = 716e87ddd2a52d741bd562967ee3c25716b2f08ef6a23a0a0d54f6b4cdab7676
pkgname = neovim-nightfox
diff --git a/PKGBUILD b/PKGBUILD
index a55524b556ca..eae6d816a8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='neovim-nightfox'
_projname='nightfox.nvim'
-pkgver='3.9.0'
+pkgver='3.9.1'
pkgrel=1
pkgdesc='Highly customizable Neovim theme with support for a variety of plugins'
arch=('any')
@@ -14,7 +14,7 @@ groups=('neovim-plugins')
depends=('neovim')
install='neovim-nightfox.install'
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1aa2ab772c3a1f5a086c7699e393115dece446389eb71f28973d27a5ec3fb6f1')
+sha256sums=('716e87ddd2a52d741bd562967ee3c25716b2f08ef6a23a0a0d54f6b4cdab7676')
package() {
pkgdir=${pkgdir:?}