summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomislav Ivek2022-04-27 16:07:01 +0200
committerTomislav Ivek2022-04-27 16:07:01 +0200
commitcb8c4500ee20e8852c50cf2d02df5b6ad071bbe1 (patch)
tree24ce5e0b046f7024118876d9255df01e0ce4f901 /PKGBUILD
parent70f432086dacd40324609692349fa307a297932d (diff)
downloadaur-cb8c4500ee20e8852c50cf2d02df5b6ad071bbe1.tar.gz
rename downloaded .tar.gz
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d91f62a22148..582277b46366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=('python-node-semver')
pkgver=0.8.0
-pkgrel=6
+pkgrel=7
pkgdesc="python version of node-semver"
arch=('any')
url="https://github.com/podhmo/python-node-semver"
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-source=(python-node-semver.tar.gz::https://github.com/podhmo/python-node-semver/archive/$pkgver.tar.gz)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/podhmo/python-node-semver/archive/$pkgver.tar.gz")
sha512sums=('ef6e7cac219a3170676d33af70b7f3d17798285ceea495345746489261987f0e41cfcd3d05ebc333477813404fd0b2028c037d71270fd01142d448bec672643b')
build() {