summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kazantsev2023-09-10 12:08:20 +0500
committerfraggod@malediction2023-09-10 12:08:20 +0500
commit9ea0f0b639031d2d5899645cae4cda3fea4b7d6e (patch)
treee2958d51859e5e6cb8ed722ebe15440809074500
parent9d7f640af1c2751a40a3f03c8422e3c9c9f70f3d (diff)
downloadaur-angry-purple-tiger-rs.tar.gz
Use $pkgver in the source=() tag
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a0e83587334..804e5f362782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url='https://github.com/helium/angry-purple-tiger-rs'
license=(Apache-2.0)
depends=()
makedepends=(cargo)
-source=(https://github.com/helium/angry-purple-tiger-rs/archive/refs/tags/v1.0.0.tar.gz)
+source=(https://github.com/helium/angry-purple-tiger-rs/archive/refs/tags/v"$pkgver".tar.gz)
sha256sums=(1c9efa1b7683e96b319b7b90b616f2347100aff65fd73fbdf86e4408653c5a49)
prepare() {