git » ripgrep-all.git » commit ea08a42

use unique archive name

author Frederik Schwan
2022-03-22 13:23:13 UTC
committer Frederik Schwan
2022-03-22 13:23:13 UTC
parent f58e728354b0cc6f990bbde588bd55f911478096

use unique archive name

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 24d4228..ca3a89c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ optdepends=(
   '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() {