summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedroHLC2019-04-20 19:04:46 -0300
committerPedroHLC2019-04-20 19:04:46 -0300
commit2758eb3167d2b20018593704e67e9809874248f8 (patch)
treecb17f32fc940946481cac9d38db48929339dc039 /PKGBUILD
parent96956d927632900f2fe8ea311d989e8e1f48c9c9 (diff)
downloadaur-2758eb3167d2b20018593704e67e9809874248f8.tar.gz
WIP
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d094b0a4988..4c844e9c3966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -96,7 +96,7 @@ source=(
"${_apache_repo}/apache-ant-1.9.9-bin.zip"
)
sha256sums=()
-for i in "$source[:@]"; do sha256sums+=('SKIP'); done
+for i in "${source[@]}"; do sha256sums+=('SKIP'); done
pkgver() {
cd "${srcdir}/${_pkgname}"