summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Phinikarides2020-02-05 18:26:01 +0200
committerAlexander Phinikarides2020-02-05 18:29:54 +0200
commitd1a27dffa28511e8d863ffe08dfd0c4a9f34e89c (patch)
tree023e451ba38b46ac092c253e18a2af089995d71a /PKGBUILD
parent13aa2f2caef088ac00933971247a514f93088e3a (diff)
downloadaur-d1a27dffa28511e8d863ffe08dfd0c4a9f34e89c.tar.gz
fix ivy url
Signed-off-by: Alexander Phinikarides <alexisph@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9e622cb884f..f9e3d1129184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname="lightzone"
pkgver=4.1.9
-pkgrel=1
+pkgrel=2
pkgdesc="A professional photo browser and editor, like Aperture or Lightroom"
url="http://lightzoneproject.org/"
license=("custom:BSD-3-Clause")
@@ -46,6 +46,7 @@ build() {
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
fi
+ sed -i 's|http://repo2|https://repo1|' lightcrafts/build.xml
ant -f linux/build.xml jar
}