summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-17 13:50:02 -0600
committerMark Wagie2023-09-17 13:50:02 -0600
commitf3b87d3a11000007d03b86d2575071b5029dd338 (patch)
tree5c502dbdf873b2409da0b1a9d22fec94aaaa51dd
parent47e9caa46be1edef54d0ab714805c3f4947e589b (diff)
downloadaur-f3b87d3a11000007d03b86d2575071b5029dd338.tar.gz
6.9.12-94
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 735c0b2bc346..d032177b5be7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagemagick6
pkgdesc = An image viewing/manipulation program (legacy 6.9.12-* series)
- pkgver = 6.9.12.93
+ pkgver = 6.9.12.94
pkgrel = 1
url = https://legacy.imagemagick.org/
arch = x86_64
@@ -39,11 +39,11 @@ pkgbase = imagemagick6
depends = libraqm
depends = libpng
depends = libxml2
- source = https://legacy.imagemagick.org/archive/releases/ImageMagick-6.9.12-93.tar.gz
- source = https://legacy.imagemagick.org/archive/releases/ImageMagick-6.9.12-93.tar.gz.asc
+ source = https://legacy.imagemagick.org/archive/releases/ImageMagick-6.9.12-94.tar.gz
+ source = https://legacy.imagemagick.org/archive/releases/ImageMagick-6.9.12-94.tar.gz.asc
source = arch-fonts.diff
validpgpkeys = D8272EF51DA223E4D05B466989AB63D48277377A
- sha256sums = a8eeb984a0b180cdb964d813c211a764acc146eab338646bc696c6a13b61e4f4
+ sha256sums = 8670df6918823f16bc3835f37dfc3111e9d24f190ca0e7945200fbf10d990607
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
diff --git a/PKGBUILD b/PKGBUILD
index 3d48bdc9afd6..3604a555b969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libmagick6
pkgbase=imagemagick6
-_pkgver=6.9.12-93
+_pkgver=6.9.12-94
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="An image viewing/manipulation program (legacy 6.9.12-* series)"
@@ -16,9 +16,9 @@ depends=('libltdl' 'lcms2' 'fontconfig' 'libxext' 'liblqr' 'libraqm' 'libpng' 'l
makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'openjpeg2' 'libraw' 'opencl-headers' 'libwebp' 'libzip' 'libjxl'
'chrpath' 'ocl-icd' 'glu' 'ghostpcl' 'ghostxps' 'libheif' 'jbigkit' 'lcms2' 'libxext' 'liblqr' 'libraqm' 'libpng' 'djvulibre')
checkdepends=('gsfonts' 'ttf-dejavu')
-source=("https://legacy.imagemagick.org/archive/releases/ImageMagick-$_pkgver.tar.gz"{,.asc}
+source=("https://legacy.imagemagick.org/archive/releases/"ImageMagick-${_pkgver}".tar.gz"{,.asc}
'arch-fonts.diff')
-sha256sums=('a8eeb984a0b180cdb964d813c211a764acc146eab338646bc696c6a13b61e4f4'
+sha256sums=('8670df6918823f16bc3835f37dfc3111e9d24f190ca0e7945200fbf10d990607'
'SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A') # Lexie Parsimoniae (ImageMagick code signing key) <lexie.parsimoniae@imagemagick.org>
@@ -28,14 +28,14 @@ shopt -s extglob
prepare() {
mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
- cd ImageMagick-$_pkgver
+ cd "ImageMagick-${_pkgver}"
# Fix up typemaps to match our packages, where possible
patch -p1 -i ../arch-fonts.diff
}
build() {
- cd ImageMagick-$_pkgver
+ cd "ImageMagick-${_pkgver}"
unset PERL5LIB PERL_LOCAL_LIB_ROOT PERL_MB_OPT PERL_MM_OPT
./configure \
PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig pkg-config" \
@@ -74,7 +74,7 @@ build() {
}
check() (
- cd ImageMagick-$_pkgver
+ cd "ImageMagick-${_pkgver}"
unset PERL5LIB PERL_LOCAL_LIB_ROOT PERL_MB_OPT PERL_MM_OPT
ulimit -n 4096
make check || :
@@ -98,7 +98,7 @@ package_libmagick6() {
options=('!emptydirs' 'libtool')
backup=(etc/ImageMagick-6/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
- cd ImageMagick-$_pkgver
+ cd "ImageMagick-${_pkgver}"
make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
rm "$pkgdir"/etc/ImageMagick-6/type-{apple,urw-base35,windows}.xml