summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Serajnik2021-10-17 11:46:32 +0200
committerMichael Serajnik2021-10-17 11:46:32 +0200
commit428d7503686dbd3414560037799048cd1e5ed2df (patch)
tree1f6935de130dd27d7c82a1e03ffac981f1ad29db /PKGBUILD
parentf7203ac26a57d0ab502bff72d1c775ddf915de85 (diff)
downloadaur-patool-git.tar.gz
Add git as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d31dd866a9f1..daefa777dda8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/wummel/${_pkgname}"
license=("GPL3")
depends=("python")
-makedepends=("python-setuptools")
+makedepends=("git" "python-setuptools")
optdepends=("tar: extracting TAR files"
"unrar: extracting RAR files"
"p7zip: extracting ZIP and 7z files")