main/imagemagick: fix source url

This commit is contained in:
Natanael Copa 2016-05-09 16:05:27 +00:00
parent 04f4688dcc
commit 02cc532488

View File

@ -15,7 +15,7 @@ options="libtool"
makedepends="zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev
perl-dev ghostscript-dev libwebp-dev libtool tiff-dev lcms2-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-c++:_cxx"
source="ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-$_pkgver.tar.xz"
source="http://www.imagemagick.org/download/releases/ImageMagick-$_pkgver.tar.xz"
_builddir="$srcdir/ImageMagick-${_pkgver}"
prepare() {