diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-21 10:04:19 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-21 10:04:19 -0300 |
commit | 0714280ab9291a2bf6e0e2b9165d91aa817d3610 (patch) | |
tree | 35fb5559719283039e3928029fe7c09b65ab7fb2 /extra/imagemagick/PKGBUILD | |
parent | 116249b42ef84d8917a2c8593f7e6b0d3500722e (diff) |
upstream deletes older versions
Diffstat (limited to 'extra/imagemagick/PKGBUILD')
-rw-r--r-- | extra/imagemagick/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index 82da80045..aaab9b555 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.7.6.0 +pkgver=6.7.6.1 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://www.imagemagick.org/" @@ -12,7 +12,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper') source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \ perlmagick.rpath.patch) -sha1sums=('878c264d070c70debc514d7da9f4feb7728bfe9f' +sha1sums=('17f38e5c43041991ed1764b2ebeb7b5c4cb0bcb5' '23405f80904b1de94ebd7bd6fe2a332471b8c283') build() { @@ -81,3 +81,4 @@ package_imagemagick-doc() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE" install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE" } + |