summaryrefslogtreecommitdiffstats
path: root/imagemagick-compat
diff options
context:
space:
mode:
authorkj_sh6042025-10-16 17:41:44 -0400
committerkj_sh6042025-10-16 17:41:44 -0400
commit6700d7260ad3c3d34811dc1bb84f25efbda7aafb (patch)
treecbfc06e5444b9e5cef229f7baef82108aec2db15 /imagemagick-compat
parent0f29996c3d1a74c0e23c7c10a8bde8db59c1c80c (diff)
refactor: upstream update
Diffstat (limited to 'imagemagick-compat')
-rw-r--r--imagemagick-compat/.SRCINFO6
-rw-r--r--imagemagick-compat/PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/imagemagick-compat/.SRCINFO b/imagemagick-compat/.SRCINFO
index 673b917..045dbe0 100644
--- a/imagemagick-compat/.SRCINFO
+++ b/imagemagick-compat/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagemagick
pkgdesc = An image viewing/manipulation program with "convert" compatibility wrapper script
- pkgver = 7.1.2.6
+ pkgver = 7.1.2.7
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -74,7 +74,7 @@ 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
- sha256sums = 8ed703814f94ecfff1699cf7ae490103a7887c2fe1ca5d85a497ecc1e885ca92
+ source = git+https://github.com/ImageMagick/ImageMagick#tag=7.1.2-7
+ sha256sums = 5ffe3ef4a544fa3b85b7cc1523b5eebcd04c8b63cd0d2d4767da5e83e8ab035c
pkgname = imagemagick
diff --git a/imagemagick-compat/PKGBUILD b/imagemagick-compat/PKGBUILD
index 18bc7cc..ca2fd91 100644
--- a/imagemagick-compat/PKGBUILD
+++ b/imagemagick-compat/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kj_sh604 <406hs_jk@proton.me>
pkgname=imagemagick
-pkgver=7.1.2.6
+pkgver=7.1.2.7
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgdesc='An image viewing/manipulation program with "convert" compatibility wrapper script'
@@ -68,7 +68,7 @@ checkdepends=(gsfonts
ttf-dejavu)
replaces=(imagemagick-doc)
source=(git+https://github.com/ImageMagick/ImageMagick#tag=$_pkgver)
-sha256sums=('8ed703814f94ecfff1699cf7ae490103a7887c2fe1ca5d85a497ecc1e885ca92')
+sha256sums=('5ffe3ef4a544fa3b85b7cc1523b5eebcd04c8b63cd0d2d4767da5e83e8ab035c')
build() {
cd ImageMagick
@@ -130,3 +130,5 @@ package() {
exec magick "\$@"
END
}
+
+# vim :set ts=2 sw=2 et: