summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bury2021-04-05 08:41:37 -0700
committerAlexandre Bury2021-04-05 08:41:37 -0700
commit85c5149f463c8802c7bf16cb33dd0b328bcece91 (patch)
tree1512a59c73682c2654777b9846a8937e76f59f2e /PKGBUILD
parent7e42700a2c46ec3b34768c72141e26fe8591ad92 (diff)
downloadaur-85c5149f463c8802c7bf16cb33dd0b328bcece91.tar.gz
Include git in makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58b2cdf46271..02ee44c869e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="http://www.math.cmu.edu/~fho/jenn/"
license=('GPL2')
depends=('freeglut' 'glu' 'libpng')
+makedepends=('git')
install="jenn3d.install"
source=('git+https://github.com/fritzo/jenn3d'
'jenn.desktop' 'jenn3d.install')