summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-05-25 16:29:20 +0800
committerUniversebenzene2018-05-25 16:29:20 +0800
commitdf3379d893c09e8c7efde81bbb60867c5299b9d6 (patch)
tree717c88eb9f3fc5674c62d31e0041408f3b957157
parent85fe936f7e8fd16a2509fdfbd92dbfea3144f299 (diff)
downloadaur-df3379d893c09e8c7efde81bbb60867c5299b9d6.tar.gz
Update to version 4.10.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e19afd1bb2b..3b27d8948f27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 7 16:10:09 UTC 2018
+# Fri May 25 08:27:11 UTC 2018
pkgbase = python-sherpa
pkgdesc = Modeling and fitting package for scientific data analysis
- pkgver = 4.9.1
- pkgrel = 2
+ pkgver = 4.10.0
+ pkgrel = 1
url = http://cxc.cfa.harvard.edu/contrib/sherpa/
install = python-sherpa.install
arch = i686
@@ -21,9 +21,9 @@ pkgbase = python-sherpa
optdepends = python-pytest>=3.3: For testing suite
optdepends = python-mock: For testing suite
optdepends = python-pytest-xvfb: For testing suite
- source = https://files.pythonhosted.org/packages/source/s/sherpa/sherpa-4.9.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/sherpa/sherpa-4.10.0.tar.gz
source = sherpa_local_fftw.patch
- md5sums = bc86d545e5d7764b1601e7fe0d8e76a6
+ md5sums = ac7f1d7e7ea835719a184a4dd3218743
md5sums = d1823cc7683442d92450fadff7aed362
pkgname = python-sherpa
diff --git a/PKGBUILD b/PKGBUILD
index 1edca8160499..dd53abf6fce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-sherpa
-pkgver=4.9.1
-pkgrel=2
+pkgver=4.10.0
+pkgrel=1
pkgdesc="Modeling and fitting package for scientific data analysis"
arch=('i686' 'x86_64')
url="http://cxc.cfa.harvard.edu/contrib/sherpa/"
@@ -18,11 +18,12 @@ optdepends=('python-matplotlib: Graphical output'
install=python-sherpa.install
source=("https://files.pythonhosted.org/packages/source/s/sherpa/sherpa-${pkgver}.tar.gz"
'sherpa_local_fftw.patch')
-md5sums=('bc86d545e5d7764b1601e7fe0d8e76a6'
+md5sums=('ac7f1d7e7ea835719a184a4dd3218743'
'd1823cc7683442d92450fadff7aed362')
prepare() {
- cd "${srcdir}/sherpa-${pkgver}"
+ cd ${srcdir}/sherpa-${pkgver}
+
patch -Np1 -i "${srcdir}/sherpa_local_fftw.patch"
}