Build is currently failing as ImageMagick upstream is 404ing:
==> Making package: imagemagick6 6.9.13.35-1 (Mon 29 Jun 2026 02:00:46)
==> Retrieving sources...
-> Downloading ImageMagick-6.9.13-35.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://legacy.imagemagick.org/archive/releases/ImageMagick-6.9.13-35.tar.gz
Aborting...
error: failed to download sources for 'imagemagick6-6.9.13.35-1 (libmagick6)':
error: can't build inkscape-git-5:1.5.0.r1200.f0abf76788-1, deps not satisfied: libmagick6
error: packages failed to build: imagemagick6-6.9.13.35-1 (libmagick6) inkscape-git-5:1.5.0.r1200.f0abf76788-1
Pinned Comments
bartus commented on 2023-11-11 20:47 (UTC) (edited on 2023-11-11 20:51 (UTC) by bartus)
This package is also hosted on GitHub.
Please report
issuesandpatchesto inkscape-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-inkscape-git.svg?branch=master" />
Use env vars to control build process:
BITMAP_BACKEND={imagemagick,graphicsmagick}change bitmap filter backend (default imagemagick(libmagick6))MAKEFLAGS="xxx"to override default make flags.Usage cases:
makepkg BITMAP_BACKEND=graphicsmagick MAKEFLAGS=-j1yay -S gimp-git --mflags "BITMAP_BACKEND=graphicsmagick;MAKEFLAGS=-j1"