summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Kitagawa2023-05-26 23:05:25 +0900
committerMasahiro Kitagawa2023-05-26 23:05:25 +0900
commite704603fb889b1329c83d3a8c4e9343d3d9475ac (patch)
treebb689a65bface45385a203509937fc7dd3b22094
parent46cfff82b34c546488ed901a5cc866ce22872c9e (diff)
downloadaur-e704603fb889b1329c83d3a8c4e9343d3d9475ac.tar.gz
Update patch to fix C++ compiler warnings
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a1eb2061fb1..78b4b51addf7 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..203d3b371a8e4ff79deac44922cd7c7551c3fa2e.patch
+ source = https://github.com/ktgw0316/LightZone//compare/4.2.4..c4a6bf715b7bce3fac2524c4943fd3a8fa6b486d.patch
md5sums = b1d18105ca726aadb0fe223242587b46
- md5sums = 36035153999397b3e9a53ee86e3ab89e
+ md5sums = ed8150a7f783fee958e7273fa8121408
pkgname = lightzone
diff --git a/PKGBUILD b/PKGBUILD
index 833037970d18..cb08415420c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,11 +35,11 @@ makedepends=('java-environment=17'
'libtiff')
git_url=${url}
-patch_name="4.2.4..203d3b371a8e4ff79deac44922cd7c7551c3fa2e.patch"
+patch_name="4.2.4..c4a6bf715b7bce3fac2524c4943fd3a8fa6b486d.patch"
source=("${git_url}/archive/${pkgver}.zip"
"${git_url}/compare/${patch_name}")
md5sums=('b1d18105ca726aadb0fe223242587b46'
- '36035153999397b3e9a53ee86e3ab89e')
+ 'ed8150a7f783fee958e7273fa8121408')
prepare() {
cd "${srcdir}/LightZone-${pkgver}/"