summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge K2021-11-25 19:21:52 +0700
committerSerge K2021-11-25 19:21:52 +0700
commit732e290e703d8888ea192768ed23a73e2071eb04 (patch)
treea95a9797df8d21aa8fad836ceeb0f5f071b79fc2
parentcab942015efa706c34a9c27333da70f9f1722b7e (diff)
downloadaur-732e290e703d8888ea192768ed23a73e2071eb04.tar.gz
upgpkg: kaizen 5.715.100-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1da03ca4d151..2eee9a4bb7b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kaizen
pkgdesc = Kaizen ElasticSearch GUI
pkgver = 5.715.100
- pkgrel = 1
+ pkgrel = 2
url = https://www.elastic-kaizen.com/
arch = x86_64
license = custom
optdepends = gtk-theme-murrine-collection
- source = https://www.elastic-kaizen.com/releases/kaizen-5.715.100-linux-x64.zip
+ source = kaizen-5.715.100-linux-x64.zip::https://www.elastic-kaizen.com/releases/kaizen-5.715.100-linux-x64.zip
source = kaizen.desktop
source = LICENSE
source = kaizen.png
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")