summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-12-17 09:55:18 +0800
committerUniversebenzene2019-12-17 09:55:18 +0800
commit81cdb1b0423d62d67b3d876d67a16f2aedf55c20 (patch)
treee23436cae8d963c2e0a6fd08d4b8ba95238e5c15
parent48323eb396f60c8acda24d993d8b6ccd79a970b8 (diff)
downloadaur-81cdb1b0423d62d67b3d876d67a16f2aedf55c20.tar.gz
Update to version 4.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c737472e44e6..2c2e449939d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 4.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://astropy-helpers.readthedocs.io/
arch = any
license = BSD
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-4.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-4.0.1.tar.gz
source = use_system_astropy_helpers.patch
- md5sums = 4a7a681e797ff1c4aae8d3875a2516fe
+ md5sums = e626e395b4eac6784acb45c5f56e6706
md5sums = 9b061a3f373546f797fcc658483d7e2b
pkgname = python-astropy-helpers
- optdepends = python-astropy-helpers-doc=4.0: Documentation for Astropy helpers
+ optdepends = python-astropy-helpers-doc=4.0.1: Documentation for Astropy helpers
diff --git a/PKGBUILD b/PKGBUILD
index e99335d318c7..363b87de4ed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel.deval at gmail dot com>
# Contributor: Universebenzene <universebenzene at sina dot com>
pkgname=('python-astropy-helpers')
-pkgver=4.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz"
'use_system_astropy_helpers.patch')
-md5sums=('4a7a681e797ff1c4aae8d3875a2516fe'
+md5sums=('e626e395b4eac6784acb45c5f56e6706'
'9b061a3f373546f797fcc658483d7e2b')
prepare() {