summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-09-06 10:52:23 +0800
committerUniversebenzene2019-09-06 10:52:23 +0800
commit1cdfd80d983e7bacc65552858096363c2c0f5620 (patch)
treec02155e3a89961a03089ea8314d7821a9e7591aa
parent1f0335e4936e039684ccf39dcc22e85957aedab5 (diff)
downloadaur-1cdfd80d983e7bacc65552858096363c2c0f5620.tar.gz
Update to version 2.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 811655dbc378..41a6385d45ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ccdproc
pkgdesc = Affiliated package for the AstroPy package for basic data reductions of CCD images
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = http://ccdproc.readthedocs.io/
arch = i686
@@ -12,9 +12,8 @@ pkgbase = python-ccdproc
makedepends = python-astroscrappy
makedepends = python-reproject
makedepends = python-sphinx-astropy
- makedepends = python-pytest
- source = https://files.pythonhosted.org/packages/source/c/ccdproc/ccdproc-2.0.0.tar.gz
- md5sums = 8978c8ce3b603863e5b1d9bdbbe9e3c7
+ source = https://files.pythonhosted.org/packages/source/c/ccdproc/ccdproc-2.0.1.tar.gz
+ md5sums = 127b86a2f8d5dce1e06109477f2e70d2
pkgname = python-ccdproc
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index e92d5bb15e0a..a7d4927f27c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgbase=python-ccdproc
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Affiliated package for the AstroPy package for basic data reductions of CCD images"
arch=('i686' 'x86_64')
url="http://ccdproc.readthedocs.io/"
license=('BSD')
-makedepends=('cython' 'python-astropy-helpers' 'python-scikit-image' 'python-astroscrappy' 'python-reproject' 'python-sphinx-astropy' 'python-pytest')
+makedepends=('cython' 'python-astropy-helpers' 'python-scikit-image' 'python-astroscrappy' 'python-reproject' 'python-sphinx-astropy')
#checkdepends=('python-pytest-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('8978c8ce3b603863e5b1d9bdbbe9e3c7')
+md5sums=('127b86a2f8d5dce1e06109477f2e70d2')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}