summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Kitagawa2023-05-26 22:38:55 +0900
committerMasahiro Kitagawa2023-05-26 22:38:55 +0900
commit46cfff82b34c546488ed901a5cc866ce22872c9e (patch)
tree93886658b50db599068b14478b24201d518d4c0f
parente8b4445a61cd3984ef5b952725c6aee6314269b5 (diff)
downloadaur-46cfff82b34c546488ed901a5cc866ce22872c9e.tar.gz
Update patch to fix C++ build error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c27eb3d9e59..3a1eb2061fb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,8 +28,8 @@ pkgbase = lightzone
provides = lightzone
conflicts = lightzone-git
source = https://github.com/ktgw0316/LightZone//archive/4.2.4.zip
- source = https://github.com/ktgw0316/LightZone//compare/4.2.4..ad9ba8c637b602eeb409ab76a5e279b7d29cfd2f.patch
+ source = https://github.com/ktgw0316/LightZone//compare/4.2.4..203d3b371a8e4ff79deac44922cd7c7551c3fa2e.patch
md5sums = b1d18105ca726aadb0fe223242587b46
- md5sums = 48b63697cc353ee6f3010aa98356291f
+ md5sums = 36035153999397b3e9a53ee86e3ab89e
pkgname = lightzone
diff --git a/PKGBUILD b/PKGBUILD
index 571bf9428f58..833037970d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,11 +35,11 @@ makedepends=('java-environment=17'
'libtiff')
git_url=${url}
-patch_name="4.2.4..ad9ba8c637b602eeb409ab76a5e279b7d29cfd2f.patch"
+patch_name="4.2.4..203d3b371a8e4ff79deac44922cd7c7551c3fa2e.patch"
source=("${git_url}/archive/${pkgver}.zip"
"${git_url}/compare/${patch_name}")
md5sums=('b1d18105ca726aadb0fe223242587b46'
- '48b63697cc353ee6f3010aa98356291f')
+ '36035153999397b3e9a53ee86e3ab89e')
prepare() {
cd "${srcdir}/LightZone-${pkgver}/"