diff options
Diffstat (limited to 'core/isl')
-rw-r--r-- | core/isl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD index 49ce382ad..ffbd19bf2 100644 --- a/core/isl/PKGBUILD +++ b/core/isl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197163 2013-10-23 13:05:00Z allan $ +# $Id: PKGBUILD 201470 2013-12-12 15:38:37Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> pkgname=isl @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://freecode.com/projects/isl" depends=('gmp') license=('MIT') -source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2) +source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2) md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d') build() { |