summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoaquín Colonnello2023-07-29 20:32:30 -0300
committerJoaquín Colonnello2023-07-29 20:32:30 -0300
commitc2c76ca452348058af2192d05af412258a649c01 (patch)
tree76a3bef3db3a92832388ad1a757537b3167c0a9e /PKGBUILD
parenta5a14438ef0b471f5927f2af58889eaf72fd657d (diff)
downloadaur-c2c76ca452348058af2192d05af412258a649c01.tar.gz
Use tag hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6709cc2917d..0b6a42ec4e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=('MIT')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
options=(!emptydirs)
-source=("${pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}")
+_tag=84290abde51e5786feaf6869baf44657ce450f5f
+source=("${pkgname}-${pkgver}::git+${url}.git#tag=$_tag")
provides=("indexed_bzip2")
sha384sums=('SKIP')