summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-11-12 01:56:35 +0800
committerUniversebenzene2022-11-12 01:56:35 +0800
commit1645a958e985d4e7e2f98fb05714588b4afe6417 (patch)
tree4f70755e6b143c36687debbc609ba2efc61cce4a
parent2a44ba27b3e10244361463777b35f8957194a75d (diff)
downloadaur-1645a958e985d4e7e2f98fb05714588b4afe6417.tar.gz
Update to version 2.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd77e0200ff..114a3403d6d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-sncosmo-doc
pkgdesc = Documentation for SNCosmo
- pkgver = 2.7.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://sncosmo.readthedocs.io
arch = any
license = BSD
- makedepends = python-sncosmo=2.7.0
+ makedepends = python-sncosmo=2.9.0
makedepends = python-numpydoc
makedepends = python-sphinx_rtd_theme
makedepends = python-sphinx-gallery
makedepends = python-iminuit
makedepends = graphviz
- source = https://github.com/sncosmo/sncosmo/archive/v2.7.0.tar.gz
- md5sums = d05b2bc505bf55ed9fe94d2e1ed242b5
+ source = https://github.com/sncosmo/sncosmo/archive/v2.9.0.tar.gz
+ md5sums = e98a9fd0ca006e14640c7167933a801c
pkgname = python-sncosmo-doc
diff --git a/PKGBUILD b/PKGBUILD
index 8d7ea9f3bcfb..89b6d5a1954f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,20 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=sncosmo
pkgname=python-${_pyname}-doc
-pkgver=2.7.0
+pkgver=2.9.0
pkgrel=1
pkgdesc="Documentation for SNCosmo"
arch=('any')
url="https://sncosmo.readthedocs.io"
license=('BSD')
-makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc' 'python-sphinx_rtd_theme' 'python-sphinx-gallery' 'python-iminuit' 'graphviz')
+makedepends=("python-${_pyname}=${pkgver}"
+ 'python-numpydoc'
+ 'python-sphinx_rtd_theme'
+ 'python-sphinx-gallery'
+ 'python-iminuit'
+ 'graphviz')
source=("https://github.com/sncosmo/sncosmo/archive/v${pkgver}.tar.gz")
-md5sums=('d05b2bc505bf55ed9fe94d2e1ed242b5')
+md5sums=('e98a9fd0ca006e14640c7167933a801c')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs