summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-12-25 01:35:53 +0800
committerlilac2018-12-25 01:35:53 +0800
commit05998e27ff300d02827c1e87626c6d49cc59351c (patch)
treee32d001410eb6aa1c488b86421065227de5a57db
parent04f67cf4b658129bbefe05224a523eae3a4b700f (diff)
downloadaur-05998e27ff300d02827c1e87626c6d49cc59351c.tar.gz
update by lilac
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b08a6605b0..ceed8158ff62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagemagick-fftw
pkgdesc = An image viewing/manipulation program
- pkgver = 7.0.8.19
+ pkgver = 7.0.8.20
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -32,12 +32,12 @@ pkgbase = imagemagick-fftw
depends = libraqm
depends = libpng
depends = libxml2
- source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-19.tar.xz
- source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-19.tar.xz.asc
+ source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-20.tar.xz
+ source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-20.tar.xz.asc
source = arch-fonts.diff
source = IM7-GS-policy.patch
validpgpkeys = D8272EF51DA223E4D05B466989AB63D48277377A
- sha256sums = e35ba756447b38be793ee7ea3c493d0f04d913cbfd4dc4eca9f5bfef68ac86ad
+ sha256sums = cb6192c829f2beb724990bb166180794c1fd811805101065a06ffc9437efbd81
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
sha256sums = f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6
@@ -55,15 +55,13 @@ pkgname = libmagick-fftw
optdepends = openexr: OpenEXR support
optdepends = openjpeg2: JPEG2000 support
optdepends = pango: Text rendering
- provides = libmagick=7.0.8.19
+ provides = libmagick=7.0.8.20
conflicts = libmagick
options = !emptydirs
options = libtool
- backup = etc/ImageMagick-7/coder.xml
backup = etc/ImageMagick-7/colors.xml
backup = etc/ImageMagick-7/delegates.xml
backup = etc/ImageMagick-7/log.xml
- backup = etc/ImageMagick-7/magic.xml
backup = etc/ImageMagick-7/mime.xml
backup = etc/ImageMagick-7/policy.xml
backup = etc/ImageMagick-7/quantization-table.xml
@@ -73,9 +71,9 @@ pkgname = libmagick-fftw
backup = etc/ImageMagick-7/type-ghostscript.xml
pkgname = imagemagick-fftw
- depends = libmagick-fftw=7.0.8.19-1
+ depends = libmagick-fftw=7.0.8.20-1
optdepends = imagemagick-doc: manual and API docs
- provides = imagemagick=7.0.8.19
+ provides = imagemagick=7.0.8.20
conflicts = imagemagick
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 1a3849e952b6..a87778e3c4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=imagemagick-fftw
pkgname=(libmagick-fftw imagemagick-fftw)
-pkgver=7.0.8.19
+pkgver=7.0.8.20
pkgrel=1
pkgdesc="An image viewing/manipulation program"
url="https://www.imagemagick.org/"
@@ -16,7 +16,7 @@ _relname=ImageMagick-${pkgver%%.*}
_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('e35ba756447b38be793ee7ea3c493d0f04d913cbfd4dc4eca9f5bfef68ac86ad'
+sha256sums=('cb6192c829f2beb724990bb166180794c1fd811805101065a06ffc9437efbd81'
'SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
@@ -92,7 +92,7 @@ package_libmagick-fftw() {
'openexr: OpenEXR support'
'openjpeg2: JPEG2000 support'
'pango: Text rendering')
- backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
+ backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
options=('!emptydirs' libtool)
cd $_tarname