summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 601d2c126e90..b933e722bb04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = python-drizzlepac-doc
pkgdesc = Documentation for DrizzlePac
- pkgver = 3.6.1
+ pkgver = 3.6.2
pkgrel = 1
url = http://www.stsci.edu/scientific-community/software/drizzlepac.html
arch = any
license = BSD
- makedepends = python-drizzlepac=3.6.1
+ makedepends = python-drizzlepac=3.6.2
makedepends = graphviz
makedepends = python-numpydoc
makedepends = python-sphinx_rtd_theme
makedepends = python-sphinx-automodapi
makedepends = texlive-latexextra
- source = https://github.com/spacetelescope/drizzlepac/archive/3.6.1.tar.gz
+ source = https://github.com/spacetelescope/drizzlepac/archive/3.6.2.tar.gz
source = fix_catalog_generation_title_level.patch
- md5sums = e27eba834f47872791acfa64cd8b3945
+ md5sums = 35e99ac2acfbb55984302521ca6eef0d
md5sums = eb046975b52452d799021218eb414cfb
pkgname = python-drizzlepac-doc
diff --git a/PKGBUILD b/PKGBUILD
index ec81ec35d99f..97c8539c9dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=drizzlepac
pkgname=python-${_pyname}-doc
-pkgver=3.6.1
+pkgver=3.6.2
pkgrel=1
pkgdesc="Documentation for DrizzlePac"
arch=('any')
@@ -17,7 +17,7 @@ makedepends=("python-${_pyname}=${pkgver}"
# 'python-stsci_rtd_theme'
'python-sphinx-automodapi'
# 'python-ci_watson'
- 'texlive-latexextra')
+ 'texlive-latexextra') # anyfontsize.sty
# 'python-bokeh'
# 'python-scikit-image'
# 'python-pypdf2'
@@ -29,7 +29,7 @@ source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
# "https://raw.githubusercontent.com/spacetelescope/drizzlepac/master/doc/source/ZoomSkyCellCombo.png"
'fix_catalog_generation_title_level.patch')
#source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
-md5sums=('e27eba834f47872791acfa64cd8b3945'
+md5sums=('35e99ac2acfbb55984302521ca6eef0d'
'eb046975b52452d799021218eb414cfb')
prepare() {