summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-01-25 23:32:51 +0800
committerUniversebenzene2020-01-25 23:32:51 +0800
commit19a67002a9a69fba6a49aa5c1e02e6fb15dbc6a5 (patch)
tree059f5651aecb47ada90e39999af677b04af1ec0b
parent2bd541efb3139a72117c8819f4de42b1a63f259e (diff)
downloadaur-19a67002a9a69fba6a49aa5c1e02e6fb15dbc6a5.tar.gz
Update to version 3.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04e3d8158a2..bdd18f7f930e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-drizzlepac
pkgdesc = AstroDrizzle for HST images
- pkgver = 3.0.5
+ pkgver = 3.1.3
pkgrel = 1
url = http://www.stsci.edu/scientific-community/software/drizzlepac.html
arch = i686
@@ -9,9 +9,9 @@ pkgbase = python-drizzlepac
makedepends = python-setuptools
makedepends = python-relic
makedepends = python-astropy
- source = https://files.pythonhosted.org/packages/source/d/drizzlepac/drizzlepac-3.0.5.tar.gz
+ source = https://files.pythonhosted.org/packages/source/d/drizzlepac/drizzlepac-3.1.3.tar.gz
source = https://raw.githubusercontent.com/spacetelescope/drizzlepac/master/LICENSE.txt
- md5sums = 66e1bb48229b853c3053d42534d5abf8
+ md5sums = 2a7a7f54680cad6c3947af4c5911a991
md5sums = b45bee901c15ab7e1ac3e5e3626d535d
pkgname = python-drizzlepac
diff --git a/.gitignore b/.gitignore
index 0d6e3b36c63a..e896dcd6056d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,5 @@ pkg
*.tar.gz
*.tar.bz2
*.part
-*.pkg.tar.xz
+*.pkg.tar.*
*.log
diff --git a/PKGBUILD b/PKGBUILD
index 7a5735b6e5f1..4687367cd9a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-drizzlepac
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=3.0.5
+pkgver=3.1.3
pkgrel=1
pkgdesc="AstroDrizzle for HST images"
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ makedepends=('python-setuptools'
#checkdepends=('python-pytest-remotedata' 'python-nose' 'python-ci_watson' 'python-crds')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/spacetelescope/drizzlepac/master/LICENSE.txt")
-md5sums=('66e1bb48229b853c3053d42534d5abf8'
+md5sums=('2a7a7f54680cad6c3947af4c5911a991'
'b45bee901c15ab7e1ac3e5e3626d535d')
_pyver=$(python -V | cut -c 8-10)