summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSerge K2021-11-25 19:21:52 +0700
committerSerge K2021-11-25 19:21:52 +0700
commit732e290e703d8888ea192768ed23a73e2071eb04 (patch)
treea95a9797df8d21aa8fad836ceeb0f5f071b79fc2 /PKGBUILD
parentcab942015efa706c34a9c27333da70f9f1722b7e (diff)
downloadaur-732e290e703d8888ea192768ed23a73e2071eb04.tar.gz
upgpkg: kaizen 5.715.100-2
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")