diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-08 09:11:17 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-08 09:11:17 -0300 |
commit | 5aa8300e18ac1c8584793a8ec43a975eb3821541 (patch) | |
tree | 2aeee18b9f4ecfa342a5600d4364e22269bc0db0 /extra/imagemagick | |
parent | 87bd9124ec1abd5c6171af47af93805b975343b6 (diff) |
Fixes
* libvpx: add mips64el.patch
* imagemagick: upstream removes older versions
Diffstat (limited to 'extra/imagemagick')
-rw-r--r-- | extra/imagemagick/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index b957a2f08..a428719fc 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.7.5.1 +pkgver=6.7.5.3 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://www.imagemagick.org/" @@ -12,8 +12,6 @@ depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'libjpeg-turbo' makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'libpng') source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \ perlmagick.rpath.patch) -sha1sums=('6970215ee2b95dbbf1b57b8d65e40b2d0d811acb' - '23405f80904b1de94ebd7bd6fe2a332471b8c283') build() { cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.} @@ -82,3 +80,5 @@ package_imagemagick-doc() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE" install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE" } +md5sums=('86a82ccb7907aecfc1e8cf5203e07048' + 'ff9974decbfe9846f8e347239d87e4eb') |