summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aa3ccef544d..c0405920abe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 27 08:54:46 UTC 2018
+# Thu Dec 27 08:57:44 UTC 2018
pkgbase = python-ezpadova-git
pkgdesc = A python package that allows you to download PADOVA isochrones directly from their website
pkgver = r59.1b71cd7
@@ -12,6 +12,7 @@ pkgbase = python-ezpadova-git
checkdepends = python2-pytest
checkdepends = python-astropy
checkdepends = python2-astropy
+ makedepends = git
makedepends = python
makedepends = python2
source = git+https://github.com/mfouesneau/ezpadova.git
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')