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

Jan Steffens heftig at gemini.archlinux.org
Thu Feb 10 18:21:47 UTC 2022


    Date: Thursday, February 10, 2022 @ 18:21:46
  Author: heftig
Revision: 436881

Speed up 'hg id'

Modified:
  nspr/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list