Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
imagemagick
Commits:
9696f1ce by Antonio Rojas at 2023-12-25T22:07:15+01:00
upgpkg: 7.1.1.24-1: Update to 7.1.1.24
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = imagemagick
pkgdesc = An image viewing/manipulation program
- pkgver = 7.1.1.23
+ pkgver = 7.1.1.24
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -63,6 +63,8 @@ pkgbase = imagemagick
replaces = imagemagick-doc
options = !emptydirs
options = libtool
+ options = !emptydirs
+ options = libtool
backup = etc/ImageMagick-7/colors.xml
backup = etc/ImageMagick-7/delegates.xml
backup = etc/ImageMagick-7/log.xml
@@ -73,11 +75,11 @@ pkgbase = imagemagick
backup = etc/ImageMagick-7/type.xml
backup = etc/ImageMagick-7/type-dejavu.xml
backup = etc/ImageMagick-7/type-ghostscript.xml
- source = https://imagemagick.org/archive/ImageMagick-7.1.1-23.tar.xz
- source = https://imagemagick.org/archive/ImageMagick-7.1.1-23.tar.xz.asc
+ source = https://imagemagick.org/archive/ImageMagick-7.1.1-24.tar.xz
+ source = https://imagemagick.org/archive/ImageMagick-7.1.1-24.tar.xz.asc
source = arch-fonts.diff
validpgpkeys = D8272EF51DA223E4D05B466989AB63D48277377A
- sha256sums =
efd2e82910c7ce0a363760c73774b5f0645e3d9c56dcb05580514b726fa2f740
+ sha256sums =
4a21d50ef030d4b0206882c45a7faca50ee16474f5c2f8df14576c0098c331f7
sha256sums = SKIP
sha256sums =
a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=imagemagick
-pkgver=7.1.1.23
+pkgver=7.1.1.24
pkgrel=1
_relname=ImageMagick-${pkgver%%.*}
_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -70,7 +70,7 @@ checkdepends=(gsfonts
replaces=(imagemagick-doc)
source=(https://imagemagick.org/archive/$_tarname.tar.xz{,.asc}
arch-fonts.diff)
-sha256sums=('efd2e82910c7ce0a363760c73774b5f0645e3d9c56dcb05580514b726fa2f740'
+sha256sums=('4a21d50ef030d4b0206882c45a7faca50ee16474f5c2f8df14576c0098c331f7'
'SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/commit/9696f1ce78b038685690c472fca1ea093920b2cd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/commit/9696f1ce78b038685690c472fca1ea093920b2cd
You're receiving this email because of your account on gitlab.archlinux.org.