summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c30fd322cf58..d02104b5efd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-quantlib
_pkgname=QuantLib-SWIG
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc="A Python binding for QuantLib."
arch=("i686" "x86_64")
url="http://quantlib.org"
license=("BSD")
options=(!libtool)
-depends=("quantlib=$pkgver" "python")
+depends=("quantlib>=1.8" "python")
makedepends=("make" "gcc")
source=(http://downloads.sourceforge.net/project/quantlib/QuantLib/$pkgver/other%20languages/$_pkgname-$pkgver.tar.gz)
md5sums=("32a0cfb3ec049a6af86fc864e4616c1f")