summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-09-01 16:56:58 +0300
committerCaleb Maclennan2018-09-01 16:56:58 +0300
commitee17904eaaf94ff78f0384baaff718f300934255 (patch)
treea80a520cede2a9e46f43538241df41e48e43644e
parentaf99de984670e1fa7f6b5331fba6078967af1784 (diff)
downloadaur-ee17904eaaf94ff78f0384baaff718f300934255.tar.gz
Cleanup bash shell quoting using shellharden
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 750cbd5e4351..76f281112f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://metacpan.org/pod/${_cpname//-/::}"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=(!emptydirs)
-source=("https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/${_cpname}-${pkgver}.tar.gz")
+source=("https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$_cpname-$pkgver.tar.gz")
sha256sums=('deb75ee5a2ffacb41b08ff8798972d0cd5ad338494653d5eae4100041a8d247f')
build() {