summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3fdea1be241..df8bd2a2d0b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +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=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
url="https://github.com/astropy/astropy-helpers"
@@ -12,6 +13,7 @@ md5sums=('8129ddec049865e7401d1a7e86b3a22b')
build() {
cd ${srcdir}/astropy-helpers-${pkgver}
+ patch -p1 -i ../../astropy_helpers.patch
python setup.py build --use-system-libraries
}