summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-08-24 16:52:34 +0800
committerSainnhepark2020-08-24 16:52:34 +0800
commit214956f15391b267c4d62a0cb1f8c28b7c7472e7 (patch)
tree160f9d848e3881dfc262b7a5ebaa3b24196be1d1
parentfa2374a405967638af4a16ce000523a07d3bdc12 (diff)
downloadaur-214956f15391b267c4d62a0cb1f8c28b7c7472e7.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 d9c9cf7748bb..5928fe6e7140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = neovim-sonokai-git
url = https://github.com/sainnhe/sonokai
arch = any
license = MIT
+ makedepends = git
source = sonokai::git+https://github.com/sainnhe/sonokai.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ad5d9b484050..64c93f33b761 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}"