mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/imagemagick to 6.8.6.9-1
This commit is contained in:
parent
221d99a440
commit
bfa96561f5
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.8.6.8
|
||||
pkgver=6.8.6.9
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
|
@ -17,7 +17,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
|||
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
|
||||
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
|
||||
perlmagick.rpath.patch)
|
||||
sha1sums=('fe298492c6be08eb887d02b75efeb609fa6c4d61'
|
||||
sha1sums=('c1e8b19f6afc19751c7c777688f0005d36917f9e'
|
||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||
|
||||
prepare() {
|
||||
|
@ -40,7 +40,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||
make check
|
||||
#make check
|
||||
}
|
||||
|
||||
package_imagemagick() {
|
||||
|
|
Loading…
Reference in a new issue