summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-12-16 14:54:59 +0800
committerUniversebenzene2020-12-16 14:54:59 +0800
commit4cffb77f8afb0bc8874c219f88fea844e3c88a3b (patch)
treed1d6fccdf438e816a4a70b1dc9cbdbeac1955365 /PKGBUILD
parent72d4ae42c8d9804674aa318a876b5d60421bf0df (diff)
downloadaur-4cffb77f8afb0bc8874c219f88fea844e3c88a3b.tar.gz
Update to version 10.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2be22815339b..83e2649a44bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=crds
pkgname=python-${_pyname}-doc
-pkgver=10.1.0
+pkgver=10.3.0
pkgrel=1
pkgdesc="Documentation for STScI CRDS"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=("python-${_pyname}=${pkgver}" 'python-sphinx-astropy' 'python-sphinx_rtd_theme' 'python-stsci_rtd_theme')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
'fix_doc_warning.patch')
-md5sums=('b55b5a14b705480d4d3995a2f38843dd'
+md5sums=('7e9cb888c5d64cfc8202e5d48d127ca4'
'647db347dbb750a10b37c2e24090403f')
prepare() {