summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-07 13:54:30 +0000
committerDaniel Bermond2020-06-07 13:54:30 +0000
commit15d44c0eabceca50228d60301ff1793b8a148d2b (patch)
tree0aa571cb2395184fb627967b8d33f844b184e5a1 /PKGBUILD
parent59f04fcfb1880f75c99b6cb0d3d84bd3a633da7c (diff)
downloadaur-15d44c0eabceca50228d60301ff1793b8a148d2b.tar.gz
Updated to version 7.0.10.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
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
}