[arch-commits] Commit in imagemagick6/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 22 18:40:03 UTC 2020
Date: Sunday, March 22, 2020 @ 18:40:03
Author: arojas
Revision: 378363
Update to 6.9.11.2, use correct option for inkscape<1.0 (FS#65394)
Modified:
imagemagick6/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 18:26:10 UTC (rev 378362)
+++ PKGBUILD 2020-03-22 18:40:03 UTC (rev 378363)
@@ -2,7 +2,7 @@
pkgbase=imagemagick6
pkgname=(libmagick6)
-pkgver=6.9.11.0
+pkgver=6.9.11.2
pkgrel=1
pkgdesc="An image viewing/manipulation program (version 6)"
url="https://legacy.imagemagick.org/"
@@ -16,7 +16,7 @@
_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
arch-fonts.diff)
-sha256sums=('d90c4897407ac6004ed8015ae8be75b6760dcb068883b60d5edb3b5b092a1878'
+sha256sums=('54ef958beaf3ecde12c14e996078fa8d3f4ac218825a4acd8ed3561d43459d75'
'SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae
@@ -105,4 +105,7 @@
# Harden security policy https://bugs.archlinux.org/task/62785
sed -e '/<\/policymap>/i \ \ <policy domain="delegate" rights="none" pattern="gs" \/>' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
+
+# Use correct options for inkscape<1.0
+ sed -e 's|--export-file|--export-png|' -i "$pkgdir"/etc/ImageMagick-6/delegates.xml
}
More information about the arch-commits
mailing list