summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-12-06 02:29:25 +0800
committerUniversebenzene2018-12-06 02:29:25 +0800
commitd8d2980d3e4302c5c979b1bd84531c67725ca27e (patch)
tree5af7b7ddd85afd767230cbd5187780b85674fcb6
parentb69de4807ffe5fcac34609f204caff62e973810b (diff)
downloadaur-d8d2980d3e4302c5c979b1bd84531c67725ca27e.tar.gz
Update to version 3.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884bda1b84a9..58614992fe51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Nov 5 06:19:32 UTC 2018
+# Wed Dec 5 18:28:15 UTC 2018
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 3.0.2
- pkgrel = 2
+ pkgver = 3.1
+ pkgrel = 1
url = https://github.com/astropy/astropy-helpers
arch = any
license = BSD
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-3.0.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-3.1.tar.gz
source = astropy_helpers.patch
- md5sums = 0e7b7e284be43946ec74e9f3b59af726
- md5sums = d948d609321d1bd7239be90af8e53045
+ md5sums = bf0ec17a909126989ab2ee4de48e68c8
+ md5sums = 13cd66eec7da36e18d5db09fe9dfd3a5
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index 2b7ec82edecb..726391984c85 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.0.2
-pkgrel=2
+pkgver=3.1
+pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
url="https://github.com/astropy/astropy-helpers"
@@ -10,8 +10,8 @@ license=('BSD')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz"
'astropy_helpers.patch')
-md5sums=('0e7b7e284be43946ec74e9f3b59af726'
- 'd948d609321d1bd7239be90af8e53045')
+md5sums=('bf0ec17a909126989ab2ee4de48e68c8'
+ '13cd66eec7da36e18d5db09fe9dfd3a5')
prepare() {
cd ${srcdir}/astropy-helpers-${pkgver}