hashworks pushed to branch main at Arch Linux / Packaging / Packages / vector
Commits:
e8109ccd by Justin Kromlinger at 2024-02-13T23:17:10+01:00
upgpkg: 0.36.0-2: Closes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = vector
pkgdesc = A high-performance observability data pipeline
pkgver = 0.36.0
- pkgrel = 1
+ pkgrel = 2
url = https://vector.dev
arch = x86_64
license = MPL-2.0
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=vector
pkgver=0.36.0
-pkgrel=1
+pkgrel=2
pkgdesc="A high-performance observability data pipeline"
arch=("x86_64")
_target="x86_64-unknown-linux-gnu"
@@ -99,6 +99,7 @@ package() {
install -Dm755 "releasebuild/vector" "${pkgdir}/usr/bin/vector"
install -Dm644 "config/vector.yaml" "${pkgdir}/etc/vector/vector.yaml"
+ chmod 0550 "${pkgdir}/etc/vector"
cp -r config/examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
install -Dm644 "distribution/systemd/vector.service"
"${pkgdir}/usr/lib/systemd/system/vector.service"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vector/-/commit/e8109ccd79fe983cb024364e4e5b6c0f37c96f19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vector/-/commit/e8109ccd79fe983cb024364e4e5b6c0f37c96f19
You're receiving this email because of your account on gitlab.archlinux.org.