summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared J2024-02-25 18:35:40 +1100
committerJared J2024-02-25 18:35:40 +1100
commit8c403c565b74150ccf7a5f340e7e7de652646308 (patch)
treef0d6544497104c138aec92e723e9b480bea5ee73
parent768b7e4395911df7cfa5e3a9bb4a2e8606c9051f (diff)
downloadaur-8c403c565b74150ccf7a5f340e7e7de652646308.tar.gz
Revert recent commits. Change of plans.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ac837070f48..e9e415067ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ provides=("kibana=$pkgver")
conflicts=('kibana')
backup=('etc/kibana/kibana.yml' 'etc/kibana/node.options')
options=('!strip' 'emptydirs')
-source=(https://github.com/elastic/${_relpkgname}/archive/v${pkgver}.tar.gz
+source=(https://artifacts.elastic.co/downloads/$_relpkgname/$_relpkgname-${pkgver}-linux-x86_64.tar.gz
kibana.service
tmpfile.conf
user.conf)