mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/imagemagick to 6.8.4.0-1
This commit is contained in:
parent
3487a79d74
commit
3353884956
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.8.3.10
|
||||
pkgver=6.8.4.0
|
||||
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=('2a80effb525ea87e6eef96d30def680175ff3222'
|
||||
sha1sums=('e79b197cc17f1053ed5ff22f2eea73e01f94aeb5'
|
||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||
|
||||
build() {
|
||||
|
@ -67,7 +67,7 @@ package_imagemagick() {
|
|||
options=('!docs' 'libtool' '!emptydirs')
|
||||
|
||||
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
make -j1 DESTDIR="${pkgdir}" install
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
|
||||
install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue