summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Kitagawa2023-05-24 23:07:25 +0900
committerMasahiro Kitagawa2023-05-24 23:08:42 +0900
commit472a6e7979d481e1511140e3cc1ca66602c7aa1b (patch)
treea6af47f049607167e78491ce7e045a8c6c922e31
parent64414d80c320c1134c23e13e75abfc18ba1ea03a (diff)
downloadaur-472a6e7979d481e1511140e3cc1ca66602c7aa1b.tar.gz
Update pkgrel
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d77d00effef..5e03a753aab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lightzone
pkgdesc = Open-source professional-level digital darkroom software
pkgver = 4.2.4
- pkgrel = 1
- url = http://lightzoneproject.org/
+ pkgrel = 2
+ url = https://github.com/ktgw0316/LightZone/
arch = x86_64
license = custom:BSD-3-Clause
- makedepends = java-environment>11
+ makedepends = java-environment=17
makedepends = ant
makedepends = autoconf
makedepends = gcc
@@ -18,7 +18,7 @@ pkgbase = lightzone
makedepends = lcms2
makedepends = libjpeg-turbo
makedepends = libtiff
- depends = java-runtime>11
+ depends = java-runtime>=17
depends = javahelp2
depends = lcms2
depends = lensfun
@@ -27,7 +27,9 @@ pkgbase = lightzone
depends = libxml2
provides = lightzone
conflicts = lightzone-git
- source = https://github.com/ktgw0316/LightZone/archive/4.2.4.zip
+ source = https://github.com/ktgw0316/LightZone//archive/4.2.4.zip
+ source = https://github.com/ktgw0316/LightZone//compare/4.2.4..4ec2b1ab1bff86698bc2a38e21b2c295acda210a.patch
md5sums = b1d18105ca726aadb0fe223242587b46
+ md5sums = 5c095641f8969212caa22ba68422caea
pkgname = lightzone
diff --git a/PKGBUILD b/PKGBUILD
index 8b4a5c0c8efe..1f80b89e91d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=lightzone
pkgver=4.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Open-source professional-level digital darkroom software"
url="https://github.com/ktgw0316/LightZone/"
license=("custom:BSD-3-Clause")