summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-09-10 15:12:17 +0800
committerUniversebenzene2021-09-10 15:12:17 +0800
commitc724138c66762ed6e9e2fb99265eb0ddbf76a092 (patch)
tree138d41a6e15429c1645ff8ac403ef3e3814960d4
parenta5fd37778ccc3ba0294480186bbd2683a18c8514 (diff)
downloadaur-c724138c66762ed6e9e2fb99265eb0ddbf76a092.tar.gz
Update to version 2.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0499a154f2a4..e56b37c895c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = python-sncosmo-doc
pkgdesc = Documentation for SNCosmo
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://sncosmo.readthedocs.io
arch = i686
arch = x86_64
license = BSD
- makedepends = python-sncosmo=2.5.0
+ makedepends = python-sncosmo=2.6.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.5.0.tar.gz
- md5sums = 1187390982a18207a6cb786fafcef5bc
+ source = https://github.com/sncosmo/sncosmo/archive/v2.6.0.tar.gz
+ md5sums = d10499b6bdcc5e28ab4e3b2e7a06504a
pkgname = python-sncosmo-doc
-
diff --git a/PKGBUILD b/PKGBUILD
index 264594487b74..7171c55261c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=sncosmo
pkgname=python-${_pyname}-doc
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="Documentation for SNCosmo"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://sncosmo.readthedocs.io"
license=('BSD')
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=('1187390982a18207a6cb786fafcef5bc')
+md5sums=('d10499b6bdcc5e28ab4e3b2e7a06504a')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs