summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2024-06-23 16:04:10 +0800
committerUniversebenzene2024-06-23 16:04:10 +0800
commit1cbb5e20be15745635a3c44779871f79811ad346 (patch)
treef3342aaa0e628cf868d3328eb5cad618ef5eadad
parenta69985a26dfe22299e86cd30072d3b71ddc2d189 (diff)
downloadaur-1cbb5e20be15745635a3c44779871f79811ad346.tar.gz
Update to version 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d4dc17a23dd..a7c84a51bba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-specreduce
pkgdesc = Astropy coordinated package for Spectroscopic Reductions
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://specreduce.readthedocs.io
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-specreduce
makedepends = python-photutils
makedepends = python-specutils
makedepends = python-synphot
- source = https://files.pythonhosted.org/packages/source/s/specreduce/specreduce-1.4.0.tar.gz
- md5sums = 45e44a550428602ecb5b4ba39847dd51
+ source = https://files.pythonhosted.org/packages/source/s/specreduce/specreduce-1.4.1.tar.gz
+ md5sums = 9cec99533fc540a622dad25660b1cbc3
pkgname = python-specreduce
depends = python>=3.10
diff --git a/PKGBUILD b/PKGBUILD
index 5632a5a7456c..17edae3643ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-specreduce
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Astropy coordinated package for Spectroscopic Reductions"
arch=('any')
@@ -39,7 +39,7 @@ source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname
# "${_datcom}-ltt9491.dat::https://github.com/astropy/specreduce-data/raw/${_datcom}/specreduce_data/reference_data/onedstds/eso/ctiostan/ltt9491.dat"
# 'doc-use-local-data.patch'
# )
-md5sums=('45e44a550428602ecb5b4ba39847dd51')
+md5sums=('9cec99533fc540a622dad25660b1cbc3')
get_pyinfo() {
[[ $1 == "site" ]] && python -c "import site; print(site.getsitepackages()[0])" || \