summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2019-07-08 19:55:25 +0800
committerSainnhepark2019-07-08 19:55:25 +0800
commitc2922b8e02d30b4fd2fe4f03959ef326dcdd094e (patch)
treefc21c7f9481ae50fd6908fab658702e50aff4cf2
parent2c18ab3084f99a591ac61a0f3253f6c7055b3b5b (diff)
downloadaur-c2922b8e02d30b4fd2fe4f03959ef326dcdd094e.tar.gz
update depends
-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")