Package Details: grafana-bin 12.3.0-1

Git Clone URL: https://aur.archlinux.org/grafana-bin.git (read-only, click to copy)
Package Base: grafana-bin
Description: Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB - binary version
Upstream URL: https://grafana.com/grafana/download?edition=oss
Licenses: Apache, AGPL
Conflicts: grafana
Provides: grafana
Submitter: wzyboy
Maintainer: wzyboy
Last Packager: wzyboy
Votes: 20
Popularity: 0.036308
First Submitted: 2016-03-16 04:52 (UTC)
Last Updated: 2025-12-13 10:47 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

kminehart commented on 2025-10-24 11:45 (UTC)

@Finghin I would consider instead using tar --strip-components and -C to make the tar extraction more resilient to changes in the folder name.

Finghin commented on 2025-09-07 07:18 (UTC) (edited on 2025-09-07 07:18 (UTC) by Finghin)

This package currently does not build, at least on arm64.

PKGBUILD: line 38: cd: grafana-v12.1.1: No such file or directory

To fix it, the v needs to be removed from the folder name in line 38:

cd ${_pkgname}-${pkgver}

kminehart-grafan commented on 2025-08-14 21:32 (UTC) (edited on 2025-08-14 21:32 (UTC) by kminehart-grafan)

Hello! I just made a change to how we publish Grafana. The current URL format should continue to work, however we do plan on deprecating it soon.

I would recommend using the new format by adding a new variable for BUILD_ID, which can be used to navigate to the GitHub Action that built the package via "https://github.com/grafana/grafana/actions/runs/${BUILD_ID}".

pkgver=12.1.1
build_id=16903967602
pkgrel=1

And the artifact URLs:

source_x86_64=("https://dl.grafana.com/grafana/release/grafana_${pkgver}_${build_id}_linux_amd64.tar.gz")
source_armv6h=("https://dl.grafana.com/grafana/release/grafana_${pkgver}_${build_id}_linux_arm-6.tar.gz")
source_armv7h=("https://dl.grafana.com/grafana/release/grafana_${pkgver}_${build_id}_linux_arm-7.tar.gz")
source_aarch64=("https://dl.grafana.com/grafana/release/grafana_${pkgver}_${build_id}_linux_arm64.tar.gz")

Thanks!

zinootje commented on 2025-01-27 16:01 (UTC)

Thanks for updating the package and fixing 32-bit arm support. Maybe you should remove the pinned comment saying it is disabled.

aramirez commented on 2023-11-29 07:53 (UTC)

Can confirm it works now. Thank you very much.

wzyboy commented on 2023-11-28 20:32 (UTC)

@aramirez Sorry. It should work now.

aramirez commented on 2023-11-28 20:16 (UTC)

Thank you, but it appears more changes are needed:

/home/alex/.cache/aurutils/sync/grafana-bin/PKGBUILD: line 53: cd: grafana-10.2.1: No such file or directory

wzyboy commented on 2023-11-28 20:08 (UTC)

@aramirez Thanks. Upstream changed the directory name. I have updated the PKGBUILD to accommodate this.

aramirez commented on 2023-11-28 20:06 (UTC)

I am having this error when building the current version of the package (10.2.1-1):

==> Using [aur] repository
  -> grafana-bin 10.1.1-1 -> 10.2.1-1
dependency grafana satisfied by aur/grafana-bin
==> Retrieving package files
fetch: grafana-bin: already up to date
==> Making package: grafana-bin 10.2.1-1 (Tue Nov 28 19:53:56 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found grafana.service
  -> Found grafana.sysusers
  -> Found grafana.tmpfiles
  -> Found grafana-10.2.1.linux-amd64.tar.gz
==> Validating source files with sha256sums...
    grafana.service ... Passed
    grafana.sysusers ... Passed
    grafana.tmpfiles ... Passed
==> Validating source_x86_64 files with sha256sums...
    grafana-10.2.1.linux-amd64.tar.gz ... Passed
==> Extracting sources...
  -> Extracting grafana-10.2.1.linux-amd64.tar.gz with bsdtar
==> Starting prepare()...
/home/alex/.cache/aurutils/sync/grafana-bin/PKGBUILD: line 40: cd: grafana-10.2.1: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...

I checked and the directory is called grafana-v10.2.1 (with a v).

wzyboy commented on 2023-11-17 00:52 (UTC) (edited on 2023-11-17 01:08 (UTC) by wzyboy)

Please note that 32-bit ARM support (armv6 and armv7) has been temporarily disabled upstream: https://grafana.com/blog/2023/09/29/grafana-and-grafana-enterprise-updates-for-armv6-and-armv7-will-be-temporarily-paused/

I don't use 32-bit ARM personally. If you do, please pin your version and do not upgrade to v10.2. If 32-bit ARM support is resumed upstream, please mark the package as outdated to notify me and I will add it back.