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

Maxime Gauduin alucryd at archlinux.org
Sat Jan 16 13:02:52 UTC 2021


    Date: Saturday, January 16, 2021 @ 13:02:52
  Author: alucryd
Revision: 821132

upgpkg: sccache 0.2.15-1

Modified:
  sccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 12:51:49 UTC (rev 821131)
+++ PKGBUILD	2021-01-16 13:02:52 UTC (rev 821132)
@@ -3,7 +3,7 @@
 # Contributor: Jean Lucas <jean at 4ray.co>
 
 pkgname=sccache
-pkgver=v0.2.15
+pkgver=0.2.15
 pkgrel=1
 pkgdesc='Shared compilation cache'
 arch=(x86_64)
@@ -30,7 +30,7 @@
 pkgver() {
   cd sccache
 
-  git describe --tags
+  git describe --tags | sed 's/^v//'
 }
 
 prepare() {



More information about the arch-commits mailing list