hashworks pushed to branch main at Arch Linux / Packaging / Packages /
prometheus
Commits:
70f4fd6f by Justin Kromlinger at 2024-11-20T16:14:53+01:00
upgpkg: 3.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = prometheus
pkgdesc = An open-source systems monitoring and alerting toolkit
- pkgver = 2.55.1
+ pkgver = 3.0.0
pkgrel = 1
url = https://prometheus.io
arch = x86_64
@@ -16,11 +16,11 @@ pkgbase = prometheus
options = !lto
backup = etc/prometheus/prometheus.yml
backup = etc/conf.d/prometheus
- source =
prometheus-v2.55.1.tar.gz::https://github.com/prometheus/prometheus/archive/v2.55.1.tar.gz
+ source =
prometheus-v3.0.0.tar.gz::https://github.com/prometheus/prometheus/archive/v3.0.0.tar.gz
source = prometheus.service
source = prometheus.sysusers
source = prometheus.conf
- sha256sums =
f48251f5c89eea6d3b43814499d558bacc4829265419ee69be49c5af98f79573
+ sha256sums =
7279a012eb12fc91a6887dd6cf09c3e4b68985b8726a78567493bb84902e8bc8
sha256sums =
a6deb1f678960ee9b406e4458364c5082db11f93fae6286940aacd3e3933beb7
sha256sums =
2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f
sha256sums =
6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=prometheus
-pkgver=2.55.1
+pkgver=3.0.0
pkgrel=1
pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -21,7 +21,7 @@
source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/ar
prometheus.sysusers
prometheus.conf)
-sha256sums=('f48251f5c89eea6d3b43814499d558bacc4829265419ee69be49c5af98f79573'
+sha256sums=('7279a012eb12fc91a6887dd6cf09c3e4b68985b8726a78567493bb84902e8bc8'
'a6deb1f678960ee9b406e4458364c5082db11f93fae6286940aacd3e3933beb7'
'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
'6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')
@@ -43,6 +43,10 @@ build() {
# Build the react app
make ui-install # run install first as otherwise the makefile has a race
condition......
make assets
+ make npm_licenses
+ make assets-compress
+
+ go generate -tags plugins ./plugins
go build \
-buildmode=pie \
@@ -81,6 +85,4 @@ package() {
# Examples
install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples
documentation/examples/prometheus*.yml
- cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus/-/commit/70f4fd6f730d86210846d60d22bcb7ef832fdef6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus/-/commit/70f4fd6f730d86210846d60d22bcb7ef832fdef6
You're receiving this email because of your account on gitlab.archlinux.org.