summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042025-04-30 23:50:50 -0400
committerkj-sh6042025-04-30 23:50:50 -0400
commit14ccb1f05d8fe66251c3304d5834856018db4cf6 (patch)
tree0d8dc6da2ce5b74091daf84c0cb31ad47e8eaa8a
parent591a67d1e076778ed954dcd6b661fe82b33fb62b (diff)
refactor: rebuild for new `libxml`
-rw-r--r--imagemagick-compat/.SRCINFO2
-rw-r--r--imagemagick-compat/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/imagemagick-compat/.SRCINFO b/imagemagick-compat/.SRCINFO
index 651d51e..6fce23f 100644
--- a/imagemagick-compat/.SRCINFO
+++ b/imagemagick-compat/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imagemagick
pkgdesc = An image viewing/manipulation program with "convert" compatibility wrapper script
pkgver = 7.1.1.47
- pkgrel = 1
+ pkgrel = 2
url = https://www.imagemagick.org/
arch = x86_64
license = custom
diff --git a/imagemagick-compat/PKGBUILD b/imagemagick-compat/PKGBUILD
index 29b69f3..4f2b392 100644
--- a/imagemagick-compat/PKGBUILD
+++ b/imagemagick-compat/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imagemagick
pkgver=7.1.1.47
-pkgrel=1
+pkgrel=2
_relname=ImageMagick-${pkgver%%.*}
_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
pkgdesc='An image viewing/manipulation program with "convert" compatibility wrapper script'