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

Justin Kromlinger hashworks at gemini.archlinux.org
Sat Apr 2 14:04:06 UTC 2022


    Date: Saturday, April 2, 2022 @ 14:04:06
  Author: hashworks
Revision: 1180804

upgpkg: trivy 0.25.0-1

Modified:
  trivy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 14:00:53 UTC (rev 1180803)
+++ PKGBUILD	2022-04-02 14:04:06 UTC (rev 1180804)
@@ -20,7 +20,7 @@
   cd ${pkgname}-${pkgver}
 
   find docs -type f -name "*.md" \
-    -exec sed 's|\(../\)*imgs/\(.*\.png\)|https://github.com/aquasecurity/trivy/raw/main/docs/imgs/\2|g' -i {} \;
+    -exec sed "s|\(../\)*imgs/\(.*\.png\)|${url}/raw/main/docs/imgs/\2|g" -i {} \;
 
   rm -Rf docs/{build,imgs}
 }



More information about the arch-commits mailing list