summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9dc0f8c9035..e61bed78f366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = vim-airline-forest-night-git
pkgdesc = forest-night color scheme for vim-airline
- pkgver = v0.2.r11.g5a6a31e
+ pkgver = v0.2.r16.g5ae9029
pkgrel = 1
url = https://github.com/sainnhe/vim-color-forest-night
arch = any
license = MIT
license = Anti-996
makedepends = git
+ depends = vim
optdepends = vim-colorscheme-forest-night-git
optdepends = vim-airline-git
source = git+https://github.com/sainnhe/vim-color-forest-night.git
diff --git a/PKGBUILD b/PKGBUILD
index 9919a2753678..b2305186f963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=vim-airline-forest-night-git
-pkgver=v0.2.r11.g5a6a31e
+pkgver=v0.2.r16.g5ae9029
pkgrel=1
pkgdesc="forest-night color scheme for vim-airline"
arch=('any')
url="https://github.com/sainnhe/vim-color-forest-night"
license=('MIT' 'Anti-996')
+depends=('vim')
optdepends=('vim-colorscheme-forest-night-git' 'vim-airline-git')
makedepends=('git')
source=("git+https://github.com/sainnhe/vim-color-forest-night.git")