summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared J2024-02-25 19:32:18 +1100
committerJared J2024-02-25 19:32:18 +1100
commitb9e03364baa059e3cc662037f699bb9aae9ec932 (patch)
treeba49b1f59531e52cb3a990ae3c49c2f43197006b
parent0fb66f0b0acb806419721f060ec567caf3d50dd2 (diff)
downloadaur-b9e03364baa059e3cc662037f699bb9aae9ec932.tar.gz
Split archive & asc
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82d9eac0cd10..e0e9a9602d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,8 @@ provides=("kibana=$pkgver")
conflicts=('kibana')
backup=('etc/kibana/kibana.yml' 'etc/kibana/node.options')
options=('!strip' 'emptydirs')
-source=(https://artifacts.elastic.co/downloads/$_relpkgname/$_relpkgname-${pkgver}-linux-x86_64.tar.gz{,.asc}
+source=(https://artifacts.elastic.co/downloads/$_relpkgname/$_relpkgname-${pkgver}-linux-x86_64.tar.gz
+ https://artifacts.elastic.co/downloads/$_relpkgname/$_relpkgname-${pkgver}-linux-x86_64.tar.gz.asc
kibana.service
tmpfile.conf
user.conf)