Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
prometheus-fastly-exporter


Commits:
a98e9932 by Robin Candau at 2025-12-04T19:41:39+01:00
upgpkg: 10.0.0-3: Fix conf file name

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = prometheus-fastly-exporter
        pkgdesc = A Prometheus exporter for the Fastly Real-time Analytics API
        pkgver = 10.0.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/fastly/fastly-exporter
        arch = x86_64
        license = Apache-2.0


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgname=prometheus-fastly-exporter
 _pkgname=fastly-exporter
 pkgver=10.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Prometheus exporter for the Fastly Real-time Analytics API"
 url="https://github.com/fastly/fastly-exporter";
 arch=('x86_64')
@@ -44,6 +44,6 @@ package() {
        cd "${_pkgname}"
        install -Dm 755 "build/${_pkgname}" "${pkgdir}/usr/bin/${pkgname}"
        install -Dm 644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-       install -Dm 644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/etc/conf.d/${pkgname}.conf"
+       install -Dm 644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/etc/conf.d/${pkgname}"
        install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/a98e993223c48239ae8cb96557c5fdc842037cd4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/a98e993223c48239ae8cb96557c5fdc842037cd4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to