summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbd452199ad8..24c8b9711aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=kaizen
pkgdesc="Kaizen ElasticSearch GUI"
pkgver=5.715.100
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://www.elastic-kaizen.com/'
license=('custom')
optdepends=('gtk-theme-murrine-collection')
-source=("https://www.elastic-kaizen.com/releases/kaizen-${pkgver}-linux-x64.zip"
+_pkgsrc="${pkgname}-${pkgver}-linux-x64.zip"
+source=("${_pkgsrc}::https://www.elastic-kaizen.com/releases/${_pkgsrc}"
"kaizen.desktop"
"LICENSE"
"kaizen.png")