summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-08-24 16:55:46 +0800
committerSainnhepark2020-08-24 16:55:46 +0800
commit39a9c61fc7e9f4196dc344e3908e3d32f5696ebf (patch)
tree34fa77740af382e114f7baa5bc943d6a41542c9e
parent8e7f282db105293e8004aae8e0a618b80d9d774b (diff)
downloadaur-39a9c61fc7e9f4196dc344e3908e3d32f5696ebf.tar.gz
makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e23a2102cc3f..f2f28a7f06d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = neovim-forest-night-git
url = https://github.com/sainnhe/forest-night
arch = any
license = MIT
+ makedepends = git
source = forest-night::git+https://github.com/sainnhe/forest-night.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 846a2a5eaa70..e7aea22e45b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ url="https://github.com/sainnhe/${_colorscheme}"
license=('MIT')
source=("${_colorscheme}::git+${url}.git")
sha256sums=('SKIP')
+makedepends=('git')
pkgver() {
cd "${srcdir}/${_colorscheme}"