summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSabu Siyad2021-01-23 19:26:33 +0530
committerSabu Siyad2021-01-23 19:26:33 +0530
commit057116d946764227fd69e08178ccf65ba76a3551 (patch)
tree9c47aa67830a69ab0df287f9c0c7df44a790f692
parentc1cceb1d8b48e87c66200ec29039df62804c0780 (diff)
downloadaur-057116d946764227fd69e08178ccf65ba76a3551.tar.gz
add: git as makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82334adbe461..36111c17e5f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = shelby-git
url = https://github.com/athul/shelby
arch = x86_64
license = GPL3
+ makedepends = git
makedepends = go
provides = shelby
conflicts = shelby-bin
diff --git a/PKGBUILD b/PKGBUILD
index ce94a3bc875f..34d76664fd98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ pkgdesc="A fast, lightweight, minimal, shell prompt written in Go"
arch=('x86_64')
url="https://github.com/athul/shelby"
license=("GPL3")
-makedepends=("go")
+makedepends=(
+ "git"
+ "go")
provides=("shelby")
source=(
"git+https://github.com/athul/shelby.git"