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

Jan Steffens heftig at gemini.archlinux.org
Thu Feb 10 18:22:49 UTC 2022


    Date: Thursday, February 10, 2022 @ 18:22:48
  Author: heftig
Revision: 436882

Speed up 'hg id'

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 18:21:46 UTC (rev 436881)
+++ PKGBUILD	2022-02-10 18:22:48 UTC (rev 436882)
@@ -20,7 +20,7 @@
 
 pkgver() {
   cd nss
-  hg id -t | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
+  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
 }
 
 prepare() {



More information about the arch-commits mailing list