ImageMagick: update to 7.1.0.41.
This commit is contained in:
parent
1cc0906015
commit
4b4ff5e976
@ -1,6 +1,6 @@
|
||||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
version=7.1.0.27
|
||||
version=7.1.0.41
|
||||
revision=1
|
||||
_majorver=${version%.*}
|
||||
_patchver=${version##*.}
|
||||
@ -20,7 +20,7 @@ license="ImageMagick"
|
||||
homepage="https://www.imagemagick.org"
|
||||
changelog="https://imagemagick.org/script/changelog.php"
|
||||
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
|
||||
checksum=e0db0cf0d8cb93be9793f6b6ec3dac91194a753b809ff2cfca8b8ffb4072d63c
|
||||
checksum=f8ec06b5c82cbab4734b166b820f151323c78f438580daa176cedc63990c00a2
|
||||
|
||||
subpackages="libmagick libmagick-devel"
|
||||
|
||||
@ -41,7 +41,7 @@ pre_check() {
|
||||
|
||||
post_install() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
vsed -i -e "s,$XBPS_WRAPPERDIR/$XBPS_CROSS_TRIPLET-,,g" \
|
||||
vsed -i -e "s,${XBPS_CROSS_TRIPLET}-,,g" \
|
||||
$DESTDIR/usr/bin/*-config
|
||||
fi
|
||||
vlicense LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user