summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclu2015-06-20 19:49:50 -0600
committerclu2015-06-20 19:49:50 -0600
commitdcce4a60c4b86df4d7adf051eccf98cded427eb0 (patch)
tree7e0f189125804b606223c286cb720803c1ddf161 /PKGBUILD
parent600f0f9a8e8681c194b63f473bbf12c0541efbfc (diff)
downloadaur-python2-astlib.tar.gz
move download link from sourceforge to pypi because sourceforge is the devil
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59e3778849ef..8285d08c6a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python2-astlib
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python astronomy modules"
arch=('i686' 'x86_64')
url="http://astlib.sourceforge.net"
license=("LGPL2.1")
depends=('python2' 'python2-astropy>=0.4' 'python2-numpy>=1.3.0' 'python2-scipy>=0.7.1' 'python2-matplotlib>=0.98.3')
makedepends=('python2' 'python2-distribute')
-source=("http://downloads.sourceforge.net/project/astlib/astlib/$pkgver/astLib-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/a/astLib/astLib-${pkgver}.tar.gz")
sha1sums=('cbd999f87773002e471bd165927c2ee124a5515f')
package() {