Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/ImageMagick/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
# Revbump php*-imagick with ImageMagick updates.
version=7.1.2.21
version=7.1.2.23
revision=1
build_style=gnu-configure
configure_args="--disable-static --enable-opencl --with-modules --with-gslib
Expand All @@ -19,7 +19,7 @@ license="ImageMagick"
homepage="https://www.imagemagick.org"
changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${version%.*}-${version##*.}.tar.gz"
checksum=4ba5b81797910efa93e65fb5a02b496284b8069d64513c6d2687c80d180dd70f
checksum=f129f7d87fc21da453d032dd291b80ea13faf2497f13ef8279d97759ed7d5c46

subpackages="libmagick libmagick-devel"

Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/php8.1-imagick/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'php8.1-imagick'
pkgname=php8.1-imagick
version=3.7.0
revision=15
revision=16
build_style=gnu-configure
configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
--with-php-config=/usr/bin/php-config8.1"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/php8.2-imagick/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'php8.2-imagick'
pkgname=php8.2-imagick
version=3.7.0
revision=16
revision=17
build_style=gnu-configure
configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
--with-php-config=/usr/bin/php-config8.2"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/php8.3-imagick/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'php8.3-imagick'
pkgname=php8.3-imagick
version=3.7.0
revision=9
revision=10
build_style=gnu-configure
configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
--with-php-config=/usr/bin/php-config8.3"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/php8.4-imagick/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'php8.4-imagick'
pkgname=php8.4-imagick
version=3.8.0
revision=4
revision=5
build_style=gnu-configure
configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
--with-php-config=/usr/bin/php-config8.4"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/php8.5-imagick/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'php8.5-imagick'
pkgname=php8.5-imagick
version=3.8.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
--with-php-config=/usr/bin/php-config8.5"
Expand Down
Loading