aboutsummaryrefslogtreecommitdiffstats
path: root/main/imagemagick/APKBUILD
diff options
context:
space:
mode:
authordai9ah <dai9ah@protonmail.com>2018-03-04 20:55:21 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-06 15:23:14 +0100
commit96dab6185369426237317cc51ed2ec3358e0e469 (patch)
tree8561d26dde17f9d976089008462c8c3ef11e3c70 /main/imagemagick/APKBUILD
parentcedfec5e42113466370353ef8ca872e274d7a914 (diff)
main/imagemagick: upgrade to 7.0.7.25, clarify license
Diffstat (limited to 'main/imagemagick/APKBUILD')
-rw-r--r--main/imagemagick/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index dc914c55a6e..72287a34866 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -2,14 +2,14 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=imagemagick
-pkgver=7.0.7.24
+pkgver=7.0.7.25
_abiver=7
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=0
-pkgdesc="A collection of tools and libraries for many image formats"
-url="http://www.imagemagick.org/"
+pkgdesc="Collection of tools and libraries for many image formats"
+url="http://www.imagemagick.org"
arch="all"
-license="Apache-2.0"
+license="ImageMagick"
options="libtool !checkroot"
makedepends="zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev
perl-dev ghostscript-dev libwebp-dev libtool tiff-dev lcms2-dev
@@ -72,8 +72,6 @@ package() {
find "$pkgdir" -name '.packlist' -o -name 'perllocal.pod' \
-o -name '*.bs' -delete
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
_cxx() {
@@ -82,4 +80,4 @@ _cxx() {
mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="4b544a7aff19a057f5a8ee6b5682a133051d6f56a599243ee9901aee0b09f7040a04ed609bf0261a8637558b9e030434ebfd4943d5a55566b39cc5fa16836ba9 ImageMagick-7.0.7-24.tar.xz"
+sha512sums="095da5e4ca36db1b0c2e38f996ec85120cd407652679e7a490a991a24626d840b1458ee084405107588b68e3e357915ec3cfc86f2d368628e364a8c91b04e9fa ImageMagick-7.0.7-25.tar.xz"