summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2024-04-07 13:32:06 +0800
committerYour Name2024-04-07 13:32:06 +0800
commit9987fb91cdeb343fce437e4b7a6bb2e35b697af9 (patch)
tree2a9c4854a8a8ae21b4298df0f62e9637b6e1f3b6 /PKGBUILD
parent84807db1daa225a76e20f784fe23d4fa737151d3 (diff)
downloadaur-python-stsci.imagestats.tar.gz
Update to version 1.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb467e4af852..e5b0af04a87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-stsci.imagestats
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc="STScI clipped image statistics with core functionality of IRAF's imstatistics"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('python-setuptools-scm'
'python-numpy')
checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('db98563813ca0d8facee23aac0865fbb')
+md5sums=('2c4858cf1f35515e376bb49006e11510')
get_pyver() {
python -c "import sys; print('$1'.join(map(str, sys.version_info[:2])))"