summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-05-10 02:24:16 +0800
committerlilac2020-05-10 02:24:16 +0800
commit445b791082172b26351c6a4d7d04406afc8e30fe (patch)
tree8e463824243699ffd3a8f29aa2ac1b737d8ef891
parentc4c8d3be589c9f34f5935cfef8b118d56f2e8727 (diff)
downloadaur-445b791082172b26351c6a4d7d04406afc8e30fe.tar.gz
update by lilac
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
-rw-r--r--imagemagick-inkscape-1.0.patch4
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17e204952ad3..9beefed783ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imagemagick-fftw
pkgdesc = An image viewing/manipulation program
- pkgver = 7.0.10.10
- pkgrel = 2
+ pkgver = 7.0.10.11
+ pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
license = custom
@@ -29,15 +29,15 @@ pkgbase = imagemagick-fftw
makedepends = libraqm
makedepends = libpng
makedepends = fftw
- source = https://imagemagick.org/download/ImageMagick-7.0.10-10.tar.xz
- source = https://imagemagick.org/download/ImageMagick-7.0.10-10.tar.xz.asc
+ source = https://imagemagick.org/download/ImageMagick-7.0.10-11.tar.xz
+ source = https://imagemagick.org/download/ImageMagick-7.0.10-11.tar.xz.asc
source = arch-fonts.diff
source = imagemagick-inkscape-1.0.patch
validpgpkeys = D8272EF51DA223E4D05B466989AB63D48277377A
- sha256sums = df1a37b73aa49423abb422c2150a0e1436920ba50dfc4377c6a3793f9826e5f1
+ sha256sums = a06d686bbad1eae663b2571bd7bb45f0e1ba438ed2217863d2e79ab394c5dfbd
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
- sha256sums = c84c7baea1d2397a57a19b3adb8f98fe1c723d55792101ecb3b806320dd28f77
+ sha256sums = dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30
pkgname = imagemagick-fftw
depends = libltdl
@@ -62,7 +62,7 @@ pkgname = imagemagick-fftw
optdepends = imagemagick-doc: manual and API docs
provides = libmagick
provides = libmagick-fftw
- provides = imagemagick=7.0.10.10
+ provides = imagemagick=7.0.10.11
conflicts = imagemagick6
conflicts = imagemagick
replaces = libmagick-fftw
diff --git a/PKGBUILD b/PKGBUILD
index 7842daba3230..3005f831eee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=imagemagick-fftw
pkgname=(imagemagick-fftw)
-pkgver=7.0.10.10
-pkgrel=2
+pkgver=7.0.10.11
+pkgrel=1
pkgdesc="An image viewing/manipulation program"
url="https://www.imagemagick.org/"
arch=(x86_64)
@@ -17,10 +17,10 @@ _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
arch-fonts.diff
imagemagick-inkscape-1.0.patch)
-sha256sums=('df1a37b73aa49423abb422c2150a0e1436920ba50dfc4377c6a3793f9826e5f1'
+sha256sums=('a06d686bbad1eae663b2571bd7bb45f0e1ba438ed2217863d2e79ab394c5dfbd'
'SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
- 'c84c7baea1d2397a57a19b3adb8f98fe1c723d55792101ecb3b806320dd28f77')
+ 'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30')
validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae
shopt -s extglob
diff --git a/imagemagick-inkscape-1.0.patch b/imagemagick-inkscape-1.0.patch
index bd3ba5acc60e..02bbc9e77830 100644
--- a/imagemagick-inkscape-1.0.patch
+++ b/imagemagick-inkscape-1.0.patch
@@ -5,8 +5,8 @@ index 442fa1aca..19baaee91 100644
@@ -111,7 +111,7 @@
<delegate decode="sid" command="&quot;@MrSIDDecodeDelegate@&quot; -if sid -i &quot;%i&quot; -of tif -o &quot;%o&quot; &gt; &quot;%u&quot;"/>
<delegate decode="svg" command="&quot;@RSVGDecodeDelegate@&quot; -o &quot;%o&quot; &quot;%i&quot;"/>
- <!-- Change export-png to export-file for inkscape >= 1.0 -->
-- <delegate decode="svg:decode" stealth="True" command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; --export-png=&quot;%s&quot; --export-dpi=&quot;%s&quot; --export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>
+ <!-- Change export-file to export-png for inkscape < 1.0 -->
+- <delegate decode="svg:decode" stealth="True" command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; --export-file=&quot;%s&quot; --export-dpi=&quot;%s&quot; --export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>
+ <delegate decode="svg:decode" stealth="True" command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; --export-filename=&quot;%s&quot; --export-dpi=&quot;%s&quot; --export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>
<delegate decode="tiff" encode="launch" mode="encode" command="&quot;@LaunchDelegate@&quot; &quot;%i&quot;"/>
<delegate decode="wdp" command="@MVDelegate@ &quot;%i&quot; &quot;%i.jxr&quot;; &quot;@JXRDecodeDelegate@&quot; -i &quot;%i.jxr&quot; -o &quot;%o.bmp&quot;; @MVDelegate@ &quot;%i.jxr&quot; &quot;%i&quot;; @MVDelegate@ &quot;%o.bmp&quot; &quot;%o&quot;"/>