summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d8324f936c9..3a6678ef5428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-sherpa
pkgdesc = Modeling and fitting package for scientific data analysis
- pkgver = 4.11.0
+ pkgver = 4.11.1
pkgrel = 1
url = http://cxc.cfa.harvard.edu/contrib/sherpa/
install = python2-sherpa.install
@@ -19,9 +19,9 @@ pkgbase = python2-sherpa
optdepends = python2-mock: For testing suite
optdepends = python2-pytest-xvfb: For testing suite
optdepends = python-sherpa-doc: Documentation for Sherpa
- source = https://files.pythonhosted.org/packages/source/s/sherpa/sherpa-4.11.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/sherpa/sherpa-4.11.1.tar.gz
source = sherpa_local_fftw.patch
- md5sums = 43a8b284712a7a1e22a00447a486a93e
+ md5sums = e34ff698a5863ea80cf5553d8b8198bd
md5sums = d1823cc7683442d92450fadff7aed362
pkgname = python2-sherpa
diff --git a/PKGBUILD b/PKGBUILD
index c3bf29dcc91c..7a0d86c94d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python2-sherpa
_pyname=${pkgname#python2-}
-pkgver=4.11.0
+pkgver=4.11.1
pkgrel=1
pkgdesc="Modeling and fitting package for scientific data analysis"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ optdepends=('python2-matplotlib: Graphical output'
install=python2-sherpa.install
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'sherpa_local_fftw.patch')
-md5sums=('43a8b284712a7a1e22a00447a486a93e'
+md5sums=('e34ff698a5863ea80cf5553d8b8198bd'
'd1823cc7683442d92450fadff7aed362')
prepare() {