Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
imagemagick
Commits:
eb58e33e by Antonio Rojas at 2025-10-06T18:49:26+02:00
upgpkg: 7.1.2.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = imagemagick
pkgdesc = An image viewing/manipulation program
- pkgver = 7.1.2.4
+ pkgver = 7.1.2.5
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -68,18 +68,18 @@ pkgbase = imagemagick
options = libtool
options = !emptydirs
options = libtool
- backup = etc//colors.xml
- backup = etc//delegates.xml
- backup = etc//log.xml
- backup = etc//mime.xml
- backup = etc//policy.xml
- backup = etc//quantization-table.xml
- backup = etc//thresholds.xml
- backup = etc//type.xml
- backup = etc//type-dejavu.xml
- backup = etc//type-ghostscript.xml
- source = git+https://github.com/ImageMagick/ImageMagick#tag=7.1.2-4
+ backup = etc/ImageMagick-7/colors.xml
+ backup = etc/ImageMagick-7/delegates.xml
+ backup = etc/ImageMagick-7/log.xml
+ backup = etc/ImageMagick-7/mime.xml
+ backup = etc/ImageMagick-7/policy.xml
+ backup = etc/ImageMagick-7/quantization-table.xml
+ backup = etc/ImageMagick-7/thresholds.xml
+ backup = etc/ImageMagick-7/type.xml
+ backup = etc/ImageMagick-7/type-dejavu.xml
+ backup = etc/ImageMagick-7/type-ghostscript.xml
+ source = git+https://github.com/ImageMagick/ImageMagick#tag=7.1.2-5
validpgpkeys = C305FEBD4C4081119CB3C12CE640E67B2C7F96AA
- sha256sums =
7b14d6013830f0ca29b320f39a1e135929d5e0f1babaae9ed87d4751f7e8b146
+ sha256sums =
5dcfddd4770b9c9d463324655e78bdec02c370ef00d9ca28863418f03f3561db
pkgname = imagemagick
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=imagemagick
-pkgver=7.1.2.4
+pkgver=7.1.2.5
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgdesc='An image viewing/manipulation program'
@@ -44,7 +44,7 @@ optdepends=('ghostscript: PS/PDF support'
'djvulibre: DJVU support'
'pango: Text rendering')
options+=(!emptydirs libtool)
-backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
+backup=(etc/ImageMagick-7/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
provides=(libmagick)
makedepends=(chrpath
djvulibre
@@ -69,7 +69,7 @@ checkdepends=(gsfonts
ttf-dejavu)
replaces=(imagemagick-doc)
source=(git+https://github.com/ImageMagick/ImageMagick#tag=$_pkgver)
-sha256sums=('7b14d6013830f0ca29b320f39a1e135929d5e0f1babaae9ed87d4751f7e8b146')
+sha256sums=('5dcfddd4770b9c9d463324655e78bdec02c370ef00d9ca28863418f03f3561db')
validpgpkeys=(C305FEBD4C4081119CB3C12CE640E67B2C7F96AA) # Dirk Lemstra
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/commit/eb58e33e13d38f58948ccfa16f13fa6fb3f94b13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/commit/eb58e33e13d38f58948ccfa16f13fa6fb3f94b13
You're receiving this email because of your account on gitlab.archlinux.org.