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

Frederik Schwan freswa at gemini.archlinux.org
Tue Mar 22 13:23:14 UTC 2022


    Date: Tuesday, March 22, 2022 @ 13:23:13
  Author: freswa
Revision: 1170120

use unique archive name

Modified:
  ripgrep-all/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 13:15:00 UTC (rev 1170119)
+++ PKGBUILD	2022-03-22 13:23:13 UTC (rev 1170120)
@@ -19,7 +19,7 @@
   'poppler: for the poppler adapter'
   'tesseract: for the tesseract adapter'
 )
-source=("https://github.com/phiresky/ripgrep-all/archive/refs/tags/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phiresky/ripgrep-all/archive/refs/tags/v${pkgver}.tar.gz")
 b2sums=('184ad8835c00913eba07c6f922683b372f790ba9a04141bb98fa7510095cc392b750361ddd0cbe0e2ebf832b24249c0203f07b1e494ae7810ca1585868895bf2')
 
 prepare() {



More information about the arch-commits mailing list