summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-12-14 10:52:37 +0800
committerUniversebenzene2019-12-14 10:52:37 +0800
commit48323eb396f60c8acda24d993d8b6ccd79a970b8 (patch)
tree06f5e9f6dba5da0a583c59257ef0e347c9fca247
parentcc41e995b191f309b48ee4cbfcb0c9ab57e0ac8f (diff)
downloadaur-48323eb396f60c8acda24d993d8b6ccd79a970b8.tar.gz
Update to version 4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1ce0e2cbc48..c737472e44e6 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 = 3.2.2
- pkgrel = 2
+ pkgver = 4.0
+ 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-3.2.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-4.0.tar.gz
source = use_system_astropy_helpers.patch
- md5sums = 8e6cee4698f0fe3382e2eb3368d62114
+ md5sums = 4a7a681e797ff1c4aae8d3875a2516fe
md5sums = 9b061a3f373546f797fcc658483d7e2b
pkgname = python-astropy-helpers
- optdepends = python-astropy-helpers-doc=3.2.2: Documentation for Astropy helpers
+ optdepends = python-astropy-helpers-doc=4.0: Documentation for Astropy helpers
diff --git a/PKGBUILD b/PKGBUILD
index e341f2014484..e99335d318c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Miguel de Val-Borro <miguel.deval at gmail dot com>
# Contributor: Universebenzene <universebenzene at sina dot com>
pkgname=('python-astropy-helpers')
-pkgver=3.2.2
-pkgrel=2
+pkgver=4.0
+pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
url="https://astropy-helpers.readthedocs.io/"
@@ -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=('8e6cee4698f0fe3382e2eb3368d62114'
+md5sums=('4a7a681e797ff1c4aae8d3875a2516fe'
'9b061a3f373546f797fcc658483d7e2b')
prepare() {