aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07750e2b9b18..ac41fb5f883a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluent-bit
pkgdesc = Collect data/logs from different sources, unify and send them to multiple destinations.
pkgver = 1.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://fluentbit.io/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index d9738dfcc6bc..6efbc8ab44f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=fluent-bit
pkgmaj=1.2
pkgver=1.2.2
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc='Collect data/logs from different sources, unify and send them to multiple destinations.'
@@ -39,7 +39,7 @@ build() {
-DFLB_TESTS_INTERNAL=Yes \
-DFLB_TESTS_RUTNIME=Yes \
..
- make -j8
+ make
}
check() {