aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Molenaar2021-07-20 11:38:34 +0200
committerJoost Molenaar2021-07-20 11:38:34 +0200
commit5d8ad5183cf4c59e2ad5ac88021eeed32dfed894 (patch)
tree75a997d8a8465dc5ba62dba57268dad6fe950660 /PKGBUILD
parent3e7b3c01ee6ea55415dfae2ec3884b0a5cec7baa (diff)
downloadaur-5d8ad5183cf4c59e2ad5ac88021eeed32dfed894.tar.gz
Fix breakage due to removal of Dockerfile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ef8b5601207..f4c4628e3e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=fluent-bit
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc='Collect data/logs from different sources, unify and send them to multiple destinations.'
@@ -69,7 +69,7 @@ package() {
# install license file and documentation
cd "${srcdir}/${pkgname}-${pkgver}"
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
- install -Dm 644 *.md Dockerfile* -t "$pkgdir/usr/share/doc/$pkgname/"
+ install -Dm 644 *.md -t "$pkgdir/usr/share/doc/$pkgname/"
}
sha512sums=('9607aae924278130db374757bf0df0cddb329088a9f97da17ebca039a0d37f93a0664273c14729ccbd123d1a25c7bc9329cb58c9dd2cf7d2a5fd086e726c73c8')