summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent1aedfb244b76c2c675ae6f2ce57c0cb3b45d16e1 (diff)
downloadaur-44a38b9b8a665c2b5c8266f7079164fdc0c5c0fa.tar.gz
update to 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}