summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2020-09-04 10:05:35 +0200
committerMaxime “pep” Buquet2020-09-04 10:05:35 +0200
commit751717321c8d6e6367d9868d8156eff5433764ac (patch)
treef47403317c35f1167d99a5b828759bf7e4e42337 /PKGBUILD
parent2e428a5d1556787cfe35e63aced7ac40951c46a9 (diff)
downloadaur-751717321c8d6e6367d9868d8156eff5433764ac.tar.gz
Add git as depends
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c769d7f299aa..e2307c28ecfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://github.com/getpatchwork/git-pw'
license=('MIT')
arch=('any')
depends=(
+ 'git'
'python-requests'
'python-click'
'python-pbr'