aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Molenaar2020-07-25 10:36:25 +0200
committerJoost Molenaar2020-07-25 10:53:38 +0200
commitfe322fdc1f57b741856d398abf782ee8dab0a93a (patch)
treecb031cd3238c943796665c3b6174e27d59b40142 /PKGBUILD
parent52844a126c105114b8bf682254eb4703473d4a6a (diff)
downloadaur-fe322fdc1f57b741856d398abf782ee8dab0a93a.tar.gz
Get rid of non-standard $pkgmaj variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75cfa4e5e2fd..d7a9fe72166e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,6 @@
pkgname=fluent-bit
-pkgmaj=1.5
pkgver=1.5.1
pkgrel=2
epoch=
@@ -29,7 +28,7 @@ backup=('etc/fluent-bit/fluent-bit.conf'
options=()
install=
changelog=
-source=("https://fluentbit.io/releases/$pkgmaj/$pkgname-$pkgver.tar.gz")
+source=("https://fluentbit.io/releases/${pkgver:0:3}/$pkgname-$pkgver.tar.gz")
noextract=()
validpgpkeys=()