summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-09-01 18:13:33 +0200
committerMichel Zou2022-09-01 18:13:33 +0200
commit6397cbb5ccf4808a13190bc7ff798ecec840236d (patch)
tree0d168cae05153169d1ee3239ecc9da84ef038ffc
parent47d24dceb4aee6e19789353870d1749bb362e56b (diff)
downloadaur-6397cbb5ccf4808a13190bc7ff798ecec840236d.tar.gz
haru 2.4.0
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1da1a40ba4d7..8663bb9624c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,8 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "${srcdir}/VTK-${pkgver}"
- # We have a patched libhariu
- sed -i "s|2.4.0|2.3.0|g" ThirdParty/libharu/CMakeLists.txt
- sed -i "s|set(HPDF_DLL 1)|set(HPDF_DLL 0)|g" ThirdParty/libharu/CMakeLists.txt
+ # libharu 2.4.0
+ curl -L https://gitlab.kitware.com/vtk/vtk/-/commit/c8b27677ee410233.patch | patch -p1 -d VTK
}