aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Molenaar2022-10-05 08:17:37 +0200
committerJoost Molenaar2022-10-05 08:17:37 +0200
commit0a5675a725a352204bee1224df63893a282069e5 (patch)
tree4ad9947890f2c4e464e73f991d0b8a3499aa368f
parent8b7cbd0dab99bf47b66b98b48100ef2d3d896a5c (diff)
downloadaur-0a5675a725a352204bee1224df63893a282069e5.tar.gz
Be actually ready for 1.10.x
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe154a79d73c..b2d10a5cc245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,6 @@ pkgver=1.9.9
pkgrel=1
epoch=
-_pkgmaj=${pkgver:0:3}
-
pkgdesc='Collect data/logs from different sources, unify and send them to multiple destinations.'
arch=(x86_64 aarch64 armv7h)
url='https://fluentbit.io/'
@@ -32,7 +30,7 @@ backup=('etc/fluent-bit/fluent-bit.conf'
options=()
install=
changelog=
-source=("$pkgname-$pkgver.tar.gz::https://releases.fluentbit.io/$_pkgmaj/source-$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://releases.fluentbit.io/${pkgver%.*}/source-$pkgver.tar.gz")
noextract=()
validpgpkeys=()