fix: backup etc/conf.d/prometheus-x509-certificate-exporter

This commit is contained in:
Markus Pesch 2023-06-13 20:24:46 +02:00
parent 1d438cfda5
commit 02b500c76f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 7 additions and 2 deletions

View File

@ -1,13 +1,14 @@
pkgbase = prometheus-x509-certificate-exporter
pkgdesc = metric exporter for x509 certificates
pkgver = 3.6.0
pkgrel = 4
pkgrel = 5
url = https://github.com/enix/x509-certificate-exporter
arch = armv7h
arch = aarch64
arch = x86_64
license = MIT
makedepends = go
backup = etc/conf.d/prometheus-x509-certificate-exporter
source = https://github.com/enix/x509-certificate-exporter/archive/refs/tags/v3.6.0.zip
source = prometheus-x509-certificate-exporter
source = systemd.service

View File

@ -3,12 +3,16 @@
pkgname=prometheus-x509-certificate-exporter
_pkgname=x509-certificate-exporter
pkgver=3.6.0
pkgrel=4
pkgrel=5
pkgdesc="metric exporter for x509 certificates"
arch=('armv7h' 'aarch64' 'x86_64')
url="https://github.com/enix/$_pkgname"
license=('MIT')
makedepends=('go')
backup=(
etc/conf.d/prometheus-x509-certificate-exporter
)
source=(
"$url/archive/refs/tags/v$pkgver.zip"
'prometheus-x509-certificate-exporter'