summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2024-03-22 21:45:30 +0800
committerUniversebenzene2024-03-22 21:45:30 +0800
commitec1ef37e9179ab8b4705579250590a034e80b6e2 (patch)
treead43502886a077d9ea3a4dbd91c0985622acd06a /PKGBUILD
parent6f37084bf9f90e0534f181dd32b0e3956ff2883f (diff)
downloadaur-python-galpy-doc.tar.gz
Update to version 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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() {