summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86bdaab5b9ac..cbb1cb349a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-galpy-doc
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Documentation for galpy"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://www.galpy.org"
license=('BSD')
makedepends=("python-galpy=${pkgver}" 'python-sphinx' 'python-future' 'gsl')
source=("https://github.com/jobovy/galpy/archive/v${pkgver}.tar.gz")
-md5sums=('4e6206d4beeb55c4b2bc70bc0031020f')
+md5sums=('06b9430c168e9439cfb55ad440c2d605')
build() {
cd ${srcdir}/galpy-${pkgver}/doc