summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec2f77948d17..b73ef6b2b311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Daniel Micay <danielmicay [at] gmail [dot] com>
# Contributor: MThinkCpp <mtc [dot] maintainer [at] outlook [dot] com>
-pkgbase=('libc++')
-pkgname=("${pkgbase}" "${pkgbase}abi" "${pkgbase}experimental")
+pkgbase=libc++
+pkgname=(${pkgbase}{,abi,experimental})
pkgver=3.9.1
pkgrel=1
url="http://libcxx.llvm.org/"