summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-08-03 00:30:29 +0800
committerUniversebenzene2019-08-03 00:30:29 +0800
commitf36e6920ceccd8bb3dad562034b8c0a32273f88f (patch)
treec8e133223ca266c12fe47e72b8ecee9135944da6
parentbe27ff957c3ebf9ec0196669b04b68bc84cc9c0d (diff)
downloadaur-python2-sherpa.tar.gz
Update to version 4.11.1
-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() {