summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya Mahajan2019-04-04 17:19:37 -0400
committerAditya Mahajan2019-04-04 17:19:37 -0400
commitdf3ed32f551777b24535ef83657814ebf7bf5d4c (patch)
treef506fcacc16a38929da997d9a9b1bb2bb3a0760a
parent40320758f0ff7afa967dc964d4ac8be2ca4fdf7e (diff)
downloadaur-df3ed32f551777b24535ef83657814ebf7bf5d4c.tar.gz
Fixing typo
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae8022644215..cd3fefc4c507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,9 +27,10 @@ declare -A _platform_map
_platform_map['i686']='linux-32'
_platform_map['x86_64']='linux-64'
+_platform=${_platform_map[$CARCH]}
_lmtxserver=lmtx.pragma-ade.nl
-_zipfile=context-${_platform_map[$CARCH]}.zip
+_zipfile=context-${_platform}.zip
source=("http://${_lmtxserver}/install-lmtx/${_zipfile}")
md5sums=('SKIP')