summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-03-26 16:24:08 -0400
committerMiguel de Val-Borro2018-03-26 16:24:08 -0400
commit44a38b9b8a665c2b5c8266f7079164fdc0c5c0fa (patch)
treede44fde34242e1c088ba0d26bb7690d8575583b5
parent1aedfb244b76c2c675ae6f2ce57c0cb3b45d16e1 (diff)
downloadaur-44a38b9b8a665c2b5c8266f7079164fdc0c5c0fa.tar.gz
update to 3.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d13de841610b..0967747fb70a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 2.0.4
- pkgrel = 3
+ pkgver = 3.0.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-2.0.4.tar.gz
- md5sums = caf180a864df8b5703e8b4e0f6d74c61
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-3.0.1.tar.gz
+ md5sums = 0a67da939a2af2eab492695d800190f2
pkgname = python-astropy-helpers
diff --git a/PKGBUILD b/PKGBUILD
index b83aa7b0684a..d4b5b93e8a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Miguel de Val-Borro <miguel.deval at gmail dot com>
# Contributor: Universebenzene <universebenzene at sina dot com>
pkgname=('python-astropy-helpers')
-pkgver=2.0.4
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
url="https://github.com/astropy/astropy-helpers"
license=('BSD')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('caf180a864df8b5703e8b4e0f6d74c61')
+md5sums=('0a67da939a2af2eab492695d800190f2')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}