summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-07 13:54:30 +0000
committerDaniel Bermond2020-06-07 13:54:30 +0000
commit15d44c0eabceca50228d60301ff1793b8a148d2b (patch)
tree0aa571cb2395184fb627967b8d33f844b184e5a1
parent59f04fcfb1880f75c99b6cb0d3d84bd3a633da7c (diff)
downloadaur-15d44c0eabceca50228d60301ff1793b8a148d2b.tar.gz
Updated to version 7.0.10.17
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce9a454a2bb3..682e76ea3df3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all features)
- pkgver = 7.0.10.16
+ pkgver = 7.0.10.17
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -57,14 +57,12 @@ pkgbase = imagemagick-full
makedepends = libfpx
makedepends = libumem-git
makedepends = brunsli
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=4e3f979e7ab5d9d9a043215ff0b76b4917371b5e
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=1d373b14c21ea973baccdf3d067e2819c038591c
source = arch-fonts.diff
source = imagemagick-inkscape-1.0.patch
- source = imagemagick-fix-heic.patch::https://github.com/ImageMagick/ImageMagick/commit/a6a1e0616b6c431b55ed255454144653dd677d21.patch
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
sha256sums = dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30
- sha256sums = 1d5cdefc4c9f5aad870bbf89af2ac1eae8b501e20a826c4c30c96ba775df1a96
pkgname = imagemagick-full
depends = lcms2
@@ -110,9 +108,9 @@ pkgname = imagemagick-full
depends = libumem-git
depends = brunsli
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.10.16
- provides = libmagick=7.0.10.16
- provides = libmagick-full=7.0.10.16
+ provides = imagemagick=7.0.10.17
+ provides = libmagick=7.0.10.17
+ provides = libmagick-full=7.0.10.17
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -132,6 +130,6 @@ pkgname = imagemagick-full
pkgname = imagemagick-full-doc
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all features) (manual and API docs)
arch = any
- provides = imagemagick-doc=7.0.10.16
+ provides = imagemagick-doc=7.0.10.17
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index e48894ef0c6a..11739231f9a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,13 +14,13 @@
# - deJaVu and GhostScript font directories are the default ones
# - Windows font directory is set according to a Wiki example
-_commit='4e3f979e7ab5d9d9a043215ff0b76b4917371b5e'
+_commit='1d373b14c21ea973baccdf3d067e2819c038591c'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.16
+pkgver=7.0.10.17
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"
@@ -41,12 +41,10 @@ makedepends=(
)
source=("git+https://github.com/ImageMagick/ImageMagick.git#commit=${_commit}"
'arch-fonts.diff'
- 'imagemagick-inkscape-1.0.patch'
- 'imagemagick-fix-heic.patch'::'https://github.com/ImageMagick/ImageMagick/commit/a6a1e0616b6c431b55ed255454144653dd677d21.patch')
+ 'imagemagick-inkscape-1.0.patch')
sha256sums=('SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
- 'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30'
- '1d5cdefc4c9f5aad870bbf89af2ac1eae8b501e20a826c4c30c96ba775df1a96')
+ 'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30')
prepare() {
cd "$_srcname"
@@ -62,8 +60,6 @@ prepare() {
# fix for 'sh: gitversion.sh: command not found' during autoreconf
sed -i 's|(gitversion|(./gitversion|' configure.ac
- patch -Np1 -i "${srcdir}/imagemagick-fix-heic.patch"
-
autoreconf -fis
}