summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2018-12-27 16:58:28 +0800
committerUniversebenzene2018-12-27 16:58:28 +0800
commite0e1a2bf897dfcbee78e2bfc6f8f410d345c32f2 (patch)
treedb9b8d921e9f88d95543106b3bd99c756d679b51 /PKGBUILD
parent4c0e1161039e692c29fc06ebd376ae35ce1405e6 (diff)
downloadaur-e0e1a2bf897dfcbee78e2bfc6f8f410d345c32f2.tar.gz
Correct makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33b202048d92..4ef724969fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A python package that allows you to download PADOVA isochrones directly
arch=('i686' 'x86_64')
url="https://github.com/mfouesneau/ezpadova"
license=('MIT')
-makedepends=('python' 'python2')
+makedepends=('git' 'python' 'python2')
checkdepends=('python-pytest' 'python2-pytest' 'python-astropy' 'python2-astropy')
source=("git+https://github.com/mfouesneau/ezpadova.git")
md5sums=('SKIP')