summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2022-03-05 19:04:02 +0200
committerAlexander Phinikarides2022-03-05 19:04:02 +0200
commit20187e1b9cfaae11ca963dbd3a9b47428e974ce0 (patch)
tree0427d893d1de95632594fe1a0b0841ad18444070
parentee4edd65f35838a6269b198e6e9bae765a2eba16 (diff)
downloadaur-20187e1b9cfaae11ca963dbd3a9b47428e974ce0.tar.gz
update 4.2.4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867256ba0f72..0d77d00effef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lightzone
pkgdesc = Open-source professional-level digital darkroom software
- pkgver = 4.2.3
- pkgrel = 3
+ pkgver = 4.2.4
+ pkgrel = 1
url = http://lightzoneproject.org/
arch = x86_64
license = custom:BSD-3-Clause
@@ -19,7 +19,6 @@ pkgbase = lightzone
makedepends = libjpeg-turbo
makedepends = libtiff
depends = java-runtime>11
- depends = java-openjfx>11
depends = javahelp2
depends = lcms2
depends = lensfun
@@ -28,7 +27,7 @@ pkgbase = lightzone
depends = libxml2
provides = lightzone
conflicts = lightzone-git
- source = https://github.com/ktgw0316/LightZone/archive/4.2.3.zip
- md5sums = fde0d532e943cb08bc69640e82de8a65
+ source = https://github.com/ktgw0316/LightZone/archive/4.2.4.zip
+ md5sums = b1d18105ca726aadb0fe223242587b46
pkgname = lightzone
diff --git a/PKGBUILD b/PKGBUILD
index a8eebbd79753..cd45964503c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: N30N <archlinux@alunamation.com>
pkgname=lightzone
-pkgver=4.2.3
-pkgrel=3
+pkgver=4.2.4
+pkgrel=1
pkgdesc="Open-source professional-level digital darkroom software"
url="http://lightzoneproject.org/"
license=("custom:BSD-3-Clause")
@@ -13,7 +13,6 @@ arch=("x86_64")
conflicts=('lightzone-git')
provides=('lightzone')
depends=('java-runtime>11'
- 'java-openjfx>11'
'javahelp2'
'lcms2'
'lensfun'
@@ -35,7 +34,7 @@ makedepends=('java-environment>11'
'libtiff')
source=("https://github.com/ktgw0316/LightZone/archive/${pkgver}.zip")
-md5sums=('fde0d532e943cb08bc69640e82de8a65')
+md5sums=('b1d18105ca726aadb0fe223242587b46')
build() {
if [ -d /usr/lib/jvm/java-17-openjdk ]; then
@@ -50,7 +49,7 @@ build() {
MAKEFLAGS="-j1"
cd "${srcdir}/LightZone-${pkgver}/"
- sed -i 's|http://repo2|https://repo1|' lightcrafts/build.xml
+ # sed -i 's|http://repo2|https://repo1|' lightcrafts/build.xml
ant -f linux/build.xml jar
}