summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-06-16 10:43:58 -0400
committerMiguel de Val-Borro2017-06-16 10:43:58 -0400
commit5ec8421816f3cdcff124affd21ae0fe2089ca265 (patch)
tree708589e0a58e4be0ca7b954244714d24ae8ea32f /PKGBUILD
parent34f61541b6473231394bf53d166f183be15e293a (diff)
downloadaur-5ec8421816f3cdcff124affd21ae0fe2089ca265.tar.gz
bump to 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44619f9390b5..e05eaa5a254b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-astropy-helpers' 'python2-astropy-helpers')
-pkgver=1.2
-pkgrel=2
+pkgver=1.3.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' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
-md5sums=('d54b21e54506014ebf191dbc83d8f315')
+md5sums=('48e4fade3a02cfc73b72336b03cdda56')
build() {
cp -r ${srcdir}/astropy-helpers-${pkgver} ${srcdir}/astropy-helpers-${pkgver}-py2