summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHezekiah Michael2023-05-24 11:18:39 -0400
committerHezekiah Michael2023-05-24 11:18:39 -0400
commit32b5c2de7e7dc3dd16c79c58b9288a579c58b0ab (patch)
treeb2b9846224c35552136747dfc271bd6bc049d96b
parented9ebe67dfef3bee2de421bad661d83068bc5201 (diff)
downloadaur-neovim-tokyonight-git.tar.gz
adopt package
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b4d1fbee564..361cf688ebad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-tokyonight-git
pkgdesc = Dark and light theme ported from VSCode's TokyoNight
- pkgver = 1.10.0.r0.g1b0c880
+ pkgver = 1.20.0.r0.gd0baf68
pkgrel = 1
url = https://github.com/folke/tokyonight.nvim
install = neovim-tokyonight-git.install
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e64c8ffea5cf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg
+src
+neovim-tokyonight-git
diff --git a/PKGBUILD b/PKGBUILD
index 12f17683f1de..e651273b95fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer: spiritomb <spiritomb at protonmail dot com>
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-tokyonight-git
_pkg="${pkgname%-git}"
-pkgver=1.10.0.r0.g1b0c880
+pkgver=1.20.0.r0.gd0baf68
pkgrel=1
pkgdesc="Dark and light theme ported from VSCode's TokyoNight"
arch=('any')