summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMédéric Boquien2019-08-02 09:26:32 -0400
committerMédéric Boquien2019-08-02 09:26:32 -0400
commit701a65c7918d9d7ff7521ed2290e86a34d3eccb0 (patch)
tree5816b3a4b42d41224548b830ecac006d62d01272 /PKGBUILD
parent758a7265573c8ae83d05e6416cb87d56a99726a3 (diff)
downloadaur-701a65c7918d9d7ff7521ed2290e86a34d3eccb0.tar.gz
Use the internal wcslib as there is an incompatiblity with the wcslib shipped by Arch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 040e8c3c21e3..0d8f870cfb42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Médéric Boquien <mboquien@free.fr>
pkgname=python-astropy
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A community python library for astronomy"
arch=('i686' 'x86_64')
url="http://www.astropy.org/"
@@ -16,7 +16,7 @@ md5sums=('ee0a185e8b9065ea9ebd860a651af2ee')
build() {
cd ${srcdir}/astropy-${pkgver}
- python setup.py build --use-system-libraries --offline
+ python setup.py build --use-system-erfa --use-system-cfitsio --use-system-expat --offline
}
package() {