Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / php-imagick
Commits: d2057a17 by Antonio Rojas at 2024-11-17T22:03:59+01:00 Rebuild with imagemagick 7.1.1.41 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/php-imagick/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = php-imagick pkgdesc = PHP extension to create and modify images using the ImageMagick library pkgver = 3.7.0 - pkgrel = 9 + pkgrel = 10 url = https://github.com/imagick/imagick arch = x86_64 license = PHP-3.01 ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgname=( php-legacy-imagick ) pkgver=3.7.0 -pkgrel=9 +pkgrel=10 pkgdesc="PHP extension to create and modify images using the ImageMagick library" arch=(x86_64) url="https://github.com/imagick/imagick" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/php-imagick/-/commit/d2057a17f0e98116c35d386a6ab6494451b1a0e6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/php-imagick/-/commit/d2057a17f0e98116c35d386a6ab6494451b1a0e6 You're receiving this email because of your account on gitlab.archlinux.org.
