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

Johannes Löthberg demize at archlinux.org
Wed Dec 25 15:49:36 UTC 2019


    Date: Wednesday, December 25, 2019 @ 15:49:36
  Author: demize
Revision: 372250

Prepend package name to tarball

Modified:
  prometheus/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-25 12:46:46 UTC (rev 372249)
+++ PKGBUILD	2019-12-25 15:49:36 UTC (rev 372250)
@@ -14,7 +14,7 @@
 
 backup=('etc/prometheus/prometheus.yml')
 
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz"
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz"
         prometheus.service
         prometheus.sysusers)
 



More information about the arch-commits mailing list