summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHao Zhang2017-05-18 10:18:55 -0600
committerHao Zhang2017-05-18 10:18:55 -0600
commit962979a5a6ec1ab1d803db2c85a86cc2632e2d9d (patch)
tree2f1d22d5f3089cec7959eeda03f999538251d01e /PKGBUILD
parent197b0b2a0879001526882f5d5864d676a3ac9c92 (diff)
downloadaur-python-pyql-git.tar.gz
Updated to work with Quantlib 1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9142c1adca0e..b95c7457cf40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Zhang <theivorytower [at] gmail [dot] com>
pkgname=python-pyql-git
-pkgver=20161215
+pkgver=20170427
pkgrel=1
pkgdesc="QuantLib Cython Wrappers"
arch=("i686" "x86_64")
@@ -10,8 +10,6 @@ license=("BSD")
options=(!libtool)
depends=("quantlib>=1.5" "python" "python-pandas>=0.16.2" "python-tabulate" "python-numpy>1.7.0" "python-pytz>2011.11" "python-dateutil>2.0" "python-six" )
makedepends=("cython>=0.23" "git" "boost")
-#source=("git+https://github.com/enthought/pyql.git")
-#md5sums=('SKIP')
_gitroot=https://github.com/enthought/pyql.git
_gitname=pyql