summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-11-30 16:21:07 +0800
committerUniversebenzene2021-11-30 16:21:07 +0800
commitf67d978a550a9678d02e67c8d57ac8194f243fae (patch)
tree753af8cfb5ca7e4c9bda9e8e73486f9861771152
parent6fcdad726352c0e3bf35ebd02b457b75df30cdd3 (diff)
downloadaur-f67d978a550a9678d02e67c8d57ac8194f243fae.tar.gz
Update to version 1.7.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d5588c5820a..4d43efa18174 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = python-stwcs
pkgdesc = WCS based distortion models and coordinate transformation
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://stwcs.readthedocs.io
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-stsci.tools
@@ -12,8 +11,8 @@ pkgbase = python-stwcs
checkdepends = python-lxml
checkdepends = python-requests
makedepends = python-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/s/stwcs/stwcs-1.7.1.tar.gz
- md5sums = 8af1c55c7a1508b3daa68fa04964fdf4
+ source = https://files.pythonhosted.org/packages/source/s/stwcs/stwcs-1.7.2.tar.gz
+ md5sums = 7c9a2236c3313737483f8643843a3cae
pkgname = python-stwcs
depends = python>=3.6
diff --git a/PKGBUILD b/PKGBUILD
index 5f317b484284..bf2074cb1095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgbase=python-stwcs
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="WCS based distortion models and coordinate transformation"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://stwcs.readthedocs.io"
license=('BSD')
makedepends=('python-setuptools-scm')
checkdepends=('python-pytest' 'python-stsci.tools' 'python-matplotlib' 'python-lxml' 'python-requests')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('8af1c55c7a1508b3daa68fa04964fdf4')
+md5sums=('7c9a2236c3313737483f8643843a3cae')
build() {
cd ${srcdir}/${_pyname}-${pkgver}