summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-12-27 16:58:28 +0800
committerUniversebenzene2018-12-27 16:58:28 +0800
commite0e1a2bf897dfcbee78e2bfc6f8f410d345c32f2 (patch)
treedb9b8d921e9f88d95543106b3bd99c756d679b51
parent4c0e1161039e692c29fc06ebd376ae35ce1405e6 (diff)
downloadaur-e0e1a2bf897dfcbee78e2bfc6f8f410d345c32f2.tar.gz
Correct makedepends
-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')