diff options
author | Hezekiah Michael | 2023-05-24 11:18:39 -0400 |
---|---|---|
committer | Hezekiah Michael | 2023-05-24 11:18:39 -0400 |
commit | 32b5c2de7e7dc3dd16c79c58b9288a579c58b0ab (patch) | |
tree | b2b9846224c35552136747dfc271bd6bc049d96b | |
parent | ed9ebe67dfef3bee2de421bad661d83068bc5201 (diff) | |
download | aur-32b5c2de7e7dc3dd16c79c58b9288a579c58b0ab.tar.gz |
adopt package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | PKGBUILD | 5 |
3 files changed, 7 insertions, 3 deletions
@@ -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 @@ -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') |