summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df0baf0fdcae..b7cee79a0f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vegas
pkgdesc = Python library for multidimensional Monte Carlo integration
- pkgver = 3.0
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/gplepage/vegas.git
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python-vegas
license = LGPL
makedepends = cython
makedepends = cython2
- source = http://pypi.python.org/packages/source/v/vegas/vegas-3.0.tar.gz
- md5sums = c6c8d961c1bd48fef58b8c85ce6f5cbe
+ source = https://pypi.python.org/packages/source/v/vegas/vegas-3.4.tar.gz
+ md5sums = cd822906f70a8357cb9e52b7e8fe8fe7
pkgname = python-vegas
depends = python-gvar
diff --git a/PKGBUILD b/PKGBUILD
index 92f04e5ca2de..efa977585380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgbase="python-vegas"
pkgname=("python-vegas" "python2-vegas")
-pkgver=3.0
+pkgver=3.4
pkgrel=1
pkgdesc="Python library for multidimensional Monte Carlo integration"
arch=('i686' 'x86_64')
makedepends=('cython' 'cython2')
license=('LGPL')
url="https://github.com/gplepage/vegas.git"
-source=(http://pypi.python.org/packages/source/v/vegas/vegas-${pkgver}.tar.gz)
+source=(https://pypi.python.org/packages/source/v/vegas/vegas-${pkgver}.tar.gz)
package_python-vegas() {
depends=("python-gvar")
@@ -25,4 +25,4 @@ package_python2-vegas() {
python2 setup.py install --root="$pkgdir" --prefix=/usr
}
-md5sums=('c6c8d961c1bd48fef58b8c85ce6f5cbe')
+md5sums=('cd822906f70a8357cb9e52b7e8fe8fe7')