summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjaro Build Server2023-03-29 09:33:49 -0600
committerManjaro Build Server2023-03-29 09:33:49 -0600
commit15f3d3fb487fc8c857fcbe9041694e20677943be (patch)
treedd85d68f39c0c072535ac7ad245cd5e4fc79ceb7
parent77970fb42dd2e8564b2740002082c8c19ceb609d (diff)
downloadaur-15f3d3fb487fc8c857fcbe9041694e20677943be.tar.gz
fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2953ab73bfbf..83b937cfcaa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imagemagick6
pkgdesc = An image viewing/manipulation program (legacy 6.9.12-* series)
pkgver = 6.9.12.83
- pkgrel = 1
+ pkgrel = 2
url = https://legacy.imagemagick.org/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 4bcc6f6a26ef..cd67381e75a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=imagemagick6
_pkgver=6.9.12-83
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="An image viewing/manipulation program (legacy 6.9.12-* series)"
url="https://legacy.imagemagick.org/"
arch=('x86_64')
@@ -47,6 +47,9 @@ prepare() {
# Fix up typemaps to match our packages, where possible
patch -p1 -i ../arch-fonts.diff
+
+ # Fix typo
+ sed -i 's/jps_images/jps_image/g' coders/jpeg.c
}
build() {