summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-04-05 21:55:49 +0800
committerUniversebenzene2021-04-05 21:55:49 +0800
commit3e65627c989686accad0cb606121d521b223f526 (patch)
treeee0390db6ece5849e840e13aca0f1b207b2b42b8
parentd87620f7b6f184ce9474630c8fc00cc3fa8b1a5b (diff)
downloadaur-3e65627c989686accad0cb606121d521b223f526.tar.gz
Update to version 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6c13597f72..6faa9695d02f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tweakwcs
pkgdesc = A package for correcting alignment errors in WCS objects
- pkgver = 0.6.4
+ pkgver = 0.7.1
pkgrel = 1
url = https://tweakwcs.readthedocs.io
arch = i686
@@ -14,9 +14,9 @@ pkgbase = python-tweakwcs
checkdepends = python-stsci.stimage
checkdepends = python-pytest
makedepends = python-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/t/tweakwcs/tweakwcs-0.6.4.tar.gz
+ source = https://files.pythonhosted.org/packages/source/t/tweakwcs/tweakwcs-0.7.1.tar.gz
source = https://raw.githubusercontent.com/spacetelescope/tweakwcs/master/LICENSE.txt
- md5sums = 36d52a57690db5b8272fa40344c203ab
+ md5sums = abe47382efd293e7e6a58ef50aed24a4
md5sums = SKIP
pkgname = python-tweakwcs
diff --git a/PKGBUILD b/PKGBUILD
index 2a1ac6a5bf79..8252ee5990ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-tweakwcs
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=0.6.4
+pkgver=0.7.1
pkgrel=1
pkgdesc="A package for correcting alignment errors in WCS objects"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools-scm')
checkdepends=('python-pytest-cov' 'python-codecov' 'python-gwcs' 'python-spherical_geometry' 'python-stsci.imagestats' 'python-stsci.stimage' 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'https://raw.githubusercontent.com/spacetelescope/tweakwcs/master/LICENSE.txt')
-md5sums=('36d52a57690db5b8272fa40344c203ab'
+md5sums=('abe47382efd293e7e6a58ef50aed24a4'
'SKIP')
build() {