[arch-commits] Commit in grafana/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Wed Aug 10 11:35:32 UTC 2022


    Date: Wednesday, August 10, 2022 @ 11:35:31
  Author: jelle
Revision: 1265038

upgpkg: grafana 9.0.6-1

Modified:
  grafana/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 08:30:36 UTC (rev 1265037)
+++ PKGBUILD	2022-08-10 11:35:31 UTC (rev 1265038)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel <hamelg at laposte dot net>
 
 pkgname=grafana
-pkgver=9.0.2
+pkgver=9.0.6
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB'
 url='https://grafana.com/'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('AGPL' 'Apache')
 depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs' 'yarn')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-gallium' 'yarn')
 backup=('etc/grafana.ini')
 source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver"
         'grafana.service'
@@ -22,17 +22,6 @@
             '02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
             '38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
             'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-              "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-              "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # https://github.com/aknuds1.gpg
-              "622E7A764E0C94351E061C57F8D44788D50B48DF"  # https://github.com/xlson.gpg
-              "E9EBB044CD6A98482208FE569A774B897EAAB194"  # https://github.com/torkelo.gpg
-              "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # https://github.com/marefr.gpg
-              "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # https://github.com/hugohaggmark.gpg
-              "73B00FD007FF40A7B877F8E1C56C450B04996310"  # https://github.com/mckn.gpg
-              "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB"  # https://github.com/dprokop.gpg
-              "07B19EBA2380F3B0BE4DD234D2A1C6ABC44CEB74"  # https://github.com/kylebrandt.gpg
-              "721354FBE3B3088258A3123371A8B8168DFA6ECC") # https://github.com/wbrowne.gpg
 
 prepare() {
   cd $pkgname
@@ -70,8 +59,8 @@
   echo 'building the frontend'
   export NPM_CONFIG_PREFIX="$srcdir/npm"
   export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  export NODE_OPTIONS="--max-old-space-size=8192" # Increase to 8 GB
-  yarn install
+  export NODE_OPTIONS="--max-old-space-size=16000" # Increase to 8 GB
+  yarn install || cat /tmp/*/build.log
   NODE_ENV=production yarn run build
 }
 



More information about the arch-commits mailing list