imagemagick: update source' spkgbuild)

This commit is contained in:
Luis
2023-04-04 06:03:53 +00:00
parent 9d780e0c08
commit 151bebdb22

View File

@@ -1,15 +1,16 @@
# description : ImageMagick is a collection of tools and libraries to read, write, and manipulate an image in various image formats
# homepage : https://imagemagick.org/
# depends : fontconfig lcms2 libtool libxext libxt perl libxml2 librsvg
name=imagemagick
version=7.1.1.6
_version=${version%.*}-${version##*.}
vrsn=${version%.*}-${version##*.}
release=1
source="$name-$version.tar.xz::https://imagemagick.org/archive/ImageMagick-${_version}.tar.xz"
source="$name-$version.tar.xz::https://imagemagick.org/archive/releases/ImageMagick-${vrsn}.tar.xz"
KEEP_LIBTOOL="yes"
build() {
cd ImageMagick-$_version
cd ImageMagick-$vrsn
./configure --prefix=/usr \
--sysconfdir=/etc \