summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Sussarellu2020-04-10 20:51:00 +0200
committerFabio Sussarellu2020-04-10 20:51:00 +0200
commit32eff22e64058a8e935c890c25cf85ba54d0f261 (patch)
treeffa2c109287755482a31e7b9c5a0b5cfb89960dd
parentc1f1dde20a342931e556d800ccb2cb1b043d8087 (diff)
downloadaur-32eff22e64058a8e935c890c25cf85ba54d0f261.tar.gz
ADD git to makedepends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9d8c2a58671..feb5608e431d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/aristocratos/bashtop"
license=('Apache')
depends=('bash')
+makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/aristocratos/bashtop.git')