Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
imagemagick
Commits:
b013d478 by Antonio Rojas at 2025-10-15T07:46:02+02:00
upgpkg: 7.1.2.7-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.6
+ pkgver = 7.1.2.7
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -78,8 +78,8 @@ pkgbase = imagemagick
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-6
+ source = git+https://github.com/ImageMagick/ImageMagick#tag=7.1.2-7
validpgpkeys = C305FEBD4C4081119CB3C12CE640E67B2C7F96AA
- sha256sums =
8ed703814f94ecfff1699cf7ae490103a7887c2fe1ca5d85a497ecc1e885ca92
+ sha256sums =
5ffe3ef4a544fa3b85b7cc1523b5eebcd04c8b63cd0d2d4767da5e83e8ab035c
pkgname = imagemagick
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=imagemagick
-pkgver=7.1.2.6
+pkgver=7.1.2.7
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgdesc='An image viewing/manipulation program'
@@ -69,7 +69,7 @@ checkdepends=(gsfonts
ttf-dejavu)
replaces=(imagemagick-doc)
source=(git+https://github.com/ImageMagick/ImageMagick#tag=$_pkgver)
-sha256sums=('8ed703814f94ecfff1699cf7ae490103a7887c2fe1ca5d85a497ecc1e885ca92')
+sha256sums=('5ffe3ef4a544fa3b85b7cc1523b5eebcd04c8b63cd0d2d4767da5e83e8ab035c')
validpgpkeys=(C305FEBD4C4081119CB3C12CE640E67B2C7F96AA) # Dirk Lemstra
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/commit/b013d478cedf57cd320e78c95639ac5cc7319a1c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/commit/b013d478cedf57cd320e78c95639ac5cc7319a1c
You're receiving this email because of your account on gitlab.archlinux.org.