summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2020-04-10 11:50:46 +0300
committerAlexander Phinikarides2020-04-10 11:50:46 +0300
commitb5f09972189ad79c1d53d51809ef5e37c197fa1f (patch)
treeea4aae7bf8901a20912f63e25bdc4efb3847eda0
parente40624a5dc759ca642a15fed57a07abc08c85069 (diff)
downloadaur-b5f09972189ad79c1d53d51809ef5e37c197fa1f.tar.gz
update to 4.2.1
Signed-off-by: Alexander Phinikarides <alexisph@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 549aaef071d6..15c55890239e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lightzone
pkgdesc = A professional photo browser and editor, like Aperture or Lightroom
- pkgver = 4.2.0
- pkgrel = 2
+ pkgver = 4.2.1
+ pkgrel = 1
url = http://lightzoneproject.org/
arch = x86_64
license = custom:BSD-3-Clause
@@ -27,8 +27,8 @@ pkgbase = lightzone
depends = libxml2
provides = lightzone
conflicts = lightzone-git
- source = https://github.com/ktgw0316/LightZone/archive/4.2.0.zip
- md5sums = f24698649389915d8f48d5079d4d933b
+ source = https://github.com/ktgw0316/LightZone/archive/4.2.1.zip
+ md5sums = bf64dad3db8d524bfa060b01387fd5e9
pkgname = lightzone
diff --git a/PKGBUILD b/PKGBUILD
index baebe5f91d57..ad392bd5a967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: N30N <archlinux@alunamation.com>
pkgname=lightzone
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
pkgdesc="A professional photo browser and editor, like Aperture or Lightroom"
url="http://lightzoneproject.org/"
license=("custom:BSD-3-Clause")
@@ -34,7 +34,7 @@ makedepends=('java-environment=11'
'libtiff')
source=("https://github.com/ktgw0316/LightZone/archive/${pkgver}.zip")
-md5sums=('f24698649389915d8f48d5079d4d933b')
+md5sums=('bf64dad3db8d524bfa060b01387fd5e9')
# https://github.com/Aries85/LightZone/issues/218#issuecomment-357868376
MAKEFLAGS="-j1"