Date: Saturday, March 14, 2015 @ 21:58:14 Author: foutrelis Revision: 233837
Update note regarding llvm35 and clang35 Modified: llvm35/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-14 20:40:43 UTC (rev 233836) +++ PKGBUILD 2015-03-14 20:58:14 UTC (rev 233837) @@ -9,9 +9,9 @@ # Contributor: Roberto Alsina <[email protected]> # Contributor: Gerardo Exequiel Pozzi <[email protected]> -# This package is meant to be used for compiling packages that haven't been +# These packages are meant to be used for compiling packages that haven't been # ported to LLVM 3.6 yet. Such packages may depend on llvm35-libs but not on -# llvm35 which isn't co-installable with the regular LLVM 3.6 packages. +# llvm35 or clang35 which aren't co-installable with the LLVM 3.6 packages. pkgname=('llvm35' 'llvm35-libs' 'clang35') pkgver=3.5.1
