summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-12-24 13:49:01 +0800
committerUniversebenzene2021-12-24 13:49:01 +0800
commit2a44ba27b3e10244361463777b35f8957194a75d (patch)
treeb58b5e2f5dc78d44a65e55e5ce5c274a65f51e05
parentc724138c66762ed6e9e2fb99265eb0ddbf76a092 (diff)
downloadaur-2a44ba27b3e10244361463777b35f8957194a75d.tar.gz
Update to version 2.7.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56b37c895c8..cfd77e0200ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = python-sncosmo-doc
pkgdesc = Documentation for SNCosmo
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://sncosmo.readthedocs.io
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
- makedepends = python-sncosmo=2.6.0
+ makedepends = python-sncosmo=2.7.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.6.0.tar.gz
- md5sums = d10499b6bdcc5e28ab4e3b2e7a06504a
+ source = https://github.com/sncosmo/sncosmo/archive/v2.7.0.tar.gz
+ md5sums = d05b2bc505bf55ed9fe94d2e1ed242b5
pkgname = python-sncosmo-doc
diff --git a/PKGBUILD b/PKGBUILD
index 7171c55261c7..8d7ea9f3bcfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=sncosmo
pkgname=python-${_pyname}-doc
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
pkgdesc="Documentation for SNCosmo"
-arch=('i686' 'x86_64')
+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')
source=("https://github.com/sncosmo/sncosmo/archive/v${pkgver}.tar.gz")
-md5sums=('d10499b6bdcc5e28ab4e3b2e7a06504a')
+md5sums=('d05b2bc505bf55ed9fe94d2e1ed242b5')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs