summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-08-27 16:08:42 +0300
committerViktor Drobot2020-08-27 16:08:42 +0300
commit263bc044dc33c1db8a0ff205cb6c08e738e2892f (patch)
tree093cbbf740efadaa0b9abfef772eb430cf9132b8 /PKGBUILD
parentdb9e08ae6b6a8ada5c512c5b94cb937b7c46e6a8 (diff)
downloadaur-263bc044dc33c1db8a0ff205cb6c08e738e2892f.tar.gz
Use pkgver in links
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c07ff9287ea..ae0db43d1d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(python termcap swig)
makedepends=('cmake>=3.12' make git wget)
provides=(apbs)
conflicts=(apbs-bin)
-source=("https://github.com/Electrostatics/apbs/releases/download/v3.0.0/APBS-3.0.0_Source-Code.tar.gz"
+source=("https://github.com/Electrostatics/apbs/releases/download/v${pkgver}/APBS-${pkgver}_Source-Code.tar.gz"
"globals_apbs.patch")
sha256sums=('3cf8b227a205cdcbd13246489427606f256f2356343fc954734fd39975e5cbdb'
'6bc1f2dc7a454aa8b0799641f78ee571ba04795821a9bcac356cbe496bdb3df6')