summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
-rw-r--r--fix-underline-length.patch2
3 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c33dc11e9908..dd1688ac8812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = python-galpy-doc
pkgdesc = Documentation for galpy
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://www.galpy.org
arch = any
- license = BSD
- makedepends = python-galpy=1.9.1
+ license = BSD-3-Clause
+ makedepends = python-galpy=1.9.2
makedepends = python-sphinxext-opengraph
makedepends = python-sphinx_design
makedepends = gsl
- makedepends = ttf-roboto
- source = https://github.com/jobovy/galpy/archive/v1.9.1.tar.gz
+ source = https://github.com/jobovy/galpy/archive/v1.9.2.tar.gz
source = fix-underline-length.patch
- md5sums = eb186328571e82cc37ccdaf9b3fa8cac
+ md5sums = ab372b0c09d9f54292bffd233ae6ffd8
md5sums = 6eed08a4280a7d2ec91a04b479414c65
pkgname = python-galpy-doc
diff --git a/PKGBUILD b/PKGBUILD
index 05a57ba28933..703e3bf2388a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-galpy-doc
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc="Documentation for galpy"
arch=('any')
url="https://www.galpy.org"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=("python-galpy=${pkgver}"
'python-sphinxext-opengraph'
'python-sphinx_design'
- 'gsl'
- 'ttf-roboto')
+ 'gsl')
+# 'ttf-roboto'
source=("https://github.com/jobovy/galpy/archive/v${pkgver}.tar.gz"
'fix-underline-length.patch')
-md5sums=('eb186328571e82cc37ccdaf9b3fa8cac'
+md5sums=('ab372b0c09d9f54292bffd233ae6ffd8'
'6eed08a4280a7d2ec91a04b479414c65')
prepare() {
diff --git a/fix-underline-length.patch b/fix-underline-length.patch
index 08e801e84ce4..ddea64f907f6 100644
--- a/fix-underline-length.patch
+++ b/fix-underline-length.patch
@@ -1,4 +1,3 @@
-diff --color -ura a/doc/source/actionAngle.rst b/doc/source/actionAngle.rst
--- a/doc/source/actionAngle.rst 2023-07-03 11:10:41.000000000 +0800
+++ b/doc/source/actionAngle.rst 2023-07-03 14:15:12.138910664 +0800
@@ -865,7 +865,7 @@
@@ -10,7 +9,6 @@ diff --color -ura a/doc/source/actionAngle.rst b/doc/source/actionAngle.rst
The ``actionAngleVerticalInverse`` class also allows to compute the phase-space
coordinates for given actions and angles in one-dimensional potentials. This
-diff --color -ura a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst 2023-07-03 11:10:41.000000000 +0800
+++ b/doc/source/whatsnew.rst 2023-07-03 14:14:41.658803903 +0800
@@ -396,7 +396,7 @@