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

Daurnimator daurnimator at gemini.archlinux.org
Mon Jul 11 06:09:59 UTC 2022


    Date: Monday, July 11, 2022 @ 06:09:58
  Author: daurnimator
Revision: 1249486

upgpkg: loki 2.6.0-1

Modified:
  loki/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 05:47:14 UTC (rev 1249485)
+++ PKGBUILD	2022-07-11 06:09:58 UTC (rev 1249486)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='like Prometheus, but for logs'
 url='https://github.com/grafana/loki'
@@ -12,15 +12,9 @@
 makedepends=('go' 'systemd')
 options=('!lto')
 source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
-        $pkgname-go1.18.patch::https://github.com/grafana/loki/commit/d0160cb09c1e.patch
-        $pkgname-gcs-use-fake-creds-in-tests.patch::https://github.com/grafana/loki/commit/c0cc004333b1.patch
-        $pkgname-use-fake-creds-in-storage-tests.patch::https://github.com/grafana/loki/commit/a877febf75be.patch
         promtail.sysusers promtail.service promtail.tmpfiles
         loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('1a37cc3f5685d822e4ddc9d733505905ee4ef8f664e78954a69d34b5cab90b2dd82133bd309da2d98e7235ead1d952815f76dbd6ec655ebd26027506238fa7a3'
-            '5f06db86127d5601b37bea65decd469b6d1b126bddfcaf1dd85b0c074b6c1ed30e0d96d2b331399154bb2e7a72ed0edb3d9ea1bc62e8986d40148ba4caa2dacf'
-            '20fe843571e5e5ad45c18f5fa96210a10665acd494ec41c157372d90843056e4b29da55b2d02e7d58d10b19d9f6c9fdcf03ab699b8c9b494a8ab44a328e172e3'
-            '82977ab8f6867ccf2f033a9bca9a3d5135dbe6478c5970f2b9a1d593054e67cdf7fb9a92af584f1d16677376b6099302c61e91774aee0dce42314853a3807d54'
+sha512sums=('d727ebbe2be30b9446c5369ccecfddfb05641a6f4d8231f41c2aad48979b9db1b97bda338d0e922e34d440d4e343de83be5c3250ad35de5c3d5fcbdb9a77e6f4'
             '2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
             '18011b135c7817f2542f7a93b607ee46e5d61625921c7dc6e46e1b29e31c67147653b215d8677fde21cdce3b577c479cebd2d85f47e4b8cbe4c30f8be5f910cd'
             '598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
@@ -30,14 +24,7 @@
 
 prepare() {
   cd "$pkgname-$pkgver"
-  patch -Np1 -i ../$pkgname-go1.18.patch
 
-  # https://github.com/grafana/loki/issues/5832
-  patch -Np1 -i ../$pkgname-gcs-use-fake-creds-in-tests.patch
-
-  # https://github.com/grafana/loki/issues/6185
-  patch pkg/storage/chunk/gcp/fixtures.go <../$pkgname-use-fake-creds-in-storage-tests.patch
-
   go mod download
 }
 



More information about the arch-commits mailing list