summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-11-01 10:39:08 -0400
committerMiguel de Val-Borro2017-11-01 10:39:08 -0400
commitd9a216790b44ac5cef3bc727060a6af46b6d6778 (patch)
tree29d81548e625ec81e377a66ed7d3387cc5054ec5 /PKGBUILD
parent41f15fc68b055717c56a2e7edfb55ea93bef012e (diff)
downloadaur-d9a216790b44ac5cef3bc727060a6af46b6d6778.tar.gz
Update pyfits URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e73d307ed180..361cfd54a3f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-pyfits
pkgver=3.4
-pkgrel=1
+pkgrel=2
pkgdesc="A python language interface to FITS formatted data files"
url="http://www.stsci.edu/resources/software_hardware/pyfits"
license=('BSD')
arch=('i686' 'x86_64')
-source=("http://pypi.python.org/packages/source/p/pyfits/pyfits-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/p/pyfits/pyfits-${pkgver}.tar.gz")
md5sums=('ae38c61ed5574f29cfd202bfe3091fd9')
depends=('python>=3.1' 'python-numpy')