[arch-commits] Commit in libc++/trunk (PKGBUILD libc++.install)

Daniel Micay thestinger at nymeria.archlinux.org
Mon Jul 15 02:57:37 UTC 2013


    Date: Monday, July 15, 2013 @ 04:57:37
  Author: thestinger
Revision: 94149

upgpkg: libc++ 3.3-3

Modified:
  libc++/trunk/PKGBUILD
  libc++/trunk/libc++.install

----------------+
 PKGBUILD       |    2 +-
 libc++.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-15 02:02:19 UTC (rev 94148)
+++ PKGBUILD	2013-07-15 02:57:37 UTC (rev 94149)
@@ -2,7 +2,7 @@
 # Contributor: MThinkCpp <mtc.maintainer[at]outlook.com>
 pkgname=libc++
 pkgver=3.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
 url='http://libcxx.llvm.org'
 license=('custom:University of Illinois/NCSA Open Source License')

Modified: libc++.install
===================================================================
--- libc++.install	2013-07-15 02:02:19 UTC (rev 94148)
+++ libc++.install	2013-07-15 02:57:37 UTC (rev 94149)
@@ -1,5 +1,5 @@
 post_install() {
-  echo compile with \`clang -std=c++11 -stdlib=libc++ -lc++abi\` to use libc++
+  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use libc++
 }
 
 post_upgrade() {




More information about the arch-commits mailing list