summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuan Guo2015-09-28 19:01:40 +0200
committerQuan Guo2015-09-28 19:01:40 +0200
commit495784aba451d82104d96b842e5e2e485b147706 (patch)
treef33447bba8c690212ccf16a610a66d5eccf115dc
parent912d83ee2170af3905e99dfd35ebdd17e205b86d (diff)
downloadaur-python2-astroml-addons-git.tar.gz
Fixed the PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1650a150b1..7ef86d75c253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = python2-astroml-addons-git
pkgdesc = AstroML addons package contains addon code for the astroML package. AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, and matplotlib.
- pkgver = 2015.06.26.g300297c
- pkgrel = 1
+ pkgver = 2015.08.18.g660e18c
+ pkgrel = 2
url = http://www.astroml.org/
arch = any
license = BSD-3-Clause
- depends = python-astroml
- depends = python2-astroml
source = git+https://github.com/astroML/astroML_addons.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7aeffe625db2..572d7c956664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=(python-astroml-addons-git python2-astroml-addons-git)
pkgbase=python2-astroml-addons-git
_pkgname=astroML_addons
-pkgver=2015.06.26.g300297c
-pkgrel=1
+pkgver=2015.08.18.g660e18c
+pkgrel=2
pkgdesc="AstroML addons package contains addon code for the astroML package. AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, and matplotlib."
url='http://www.astroml.org/'
arch=('any')
license=('BSD-3-Clause')
-depends=('python-astroml' 'python2-astroml')
+#depends=('python-astroml' 'python2-astroml')
source=("git+https://github.com/astroML/${_pkgname}.git")