summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Kitagawa2023-05-26 22:33:34 +0900
committerMasahiro Kitagawa2023-05-26 22:33:34 +0900
commite8b4445a61cd3984ef5b952725c6aee6314269b5 (patch)
treec3cc4f82489d1c19df9717e2db74457a482be41b
parent472a6e7979d481e1511140e3cc1ca66602c7aa1b (diff)
downloadaur-e8b4445a61cd3984ef5b952725c6aee6314269b5.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 5e03a753aab8..1c27eb3d9e59 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..4ec2b1ab1bff86698bc2a38e21b2c295acda210a.patch
+ source = https://github.com/ktgw0316/LightZone//compare/4.2.4..ad9ba8c637b602eeb409ab76a5e279b7d29cfd2f.patch
md5sums = b1d18105ca726aadb0fe223242587b46
- md5sums = 5c095641f8969212caa22ba68422caea
+ md5sums = 48b63697cc353ee6f3010aa98356291f
pkgname = lightzone
diff --git a/PKGBUILD b/PKGBUILD
index 1f80b89e91d3..571bf9428f58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,11 +35,11 @@ makedepends=('java-environment=17'
'libtiff')
git_url=${url}
-patch_name="4.2.4..4ec2b1ab1bff86698bc2a38e21b2c295acda210a.patch"
+patch_name="4.2.4..ad9ba8c637b602eeb409ab76a5e279b7d29cfd2f.patch"
source=("${git_url}/archive/${pkgver}.zip"
"${git_url}/compare/${patch_name}")
md5sums=('b1d18105ca726aadb0fe223242587b46'
- '5c095641f8969212caa22ba68422caea')
+ '48b63697cc353ee6f3010aa98356291f')
prepare() {
cd "${srcdir}/LightZone-${pkgver}/"