summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-11-10 10:05:26 +0800
committerUniversebenzene2023-11-10 10:05:26 +0800
commit6f37084bf9f90e0534f181dd32b0e3956ff2883f (patch)
tree8f178abd490b54eaf53c3a391307ebf1e652242a /PKGBUILD
parentc2cec7f1ed719d68ae18f5192b4617e47a5cd3b3 (diff)
downloadaur-6f37084bf9f90e0534f181dd32b0e3956ff2883f.tar.gz
Update to version 1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f472036cdb4e..05a57ba28933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-galpy-doc
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="Documentation for galpy"
arch=('any')
@@ -13,8 +13,8 @@ makedepends=("python-galpy=${pkgver}"
'ttf-roboto')
source=("https://github.com/jobovy/galpy/archive/v${pkgver}.tar.gz"
'fix-underline-length.patch')
-md5sums=('f67d67671baecd382933eda12c99709e'
- '1a85988bda24898d42f66da60075b3ac')
+md5sums=('eb186328571e82cc37ccdaf9b3fa8cac'
+ '6eed08a4280a7d2ec91a04b479414c65')
prepare() {
cd ${srcdir}/galpy-${pkgver}