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

Daniel Micay thestinger at archlinux.org
Sun Apr 12 22:44:13 UTC 2015


    Date: Monday, April 13, 2015 @ 00:44:13
  Author: thestinger
Revision: 131259

upgpkg: libc++ 3.6.0-1

Modified:
  libc++/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-12 20:58:35 UTC (rev 131258)
+++ PKGBUILD	2015-04-12 22:44:13 UTC (rev 131259)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay <danielmicay at gmail.com>
 # Contributor: MThinkCpp <mtc.maintainer[at]outlook.com>
 pkgname=libc++
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
 url='http://libcxx.llvm.org'
@@ -13,7 +13,7 @@
 makedepends=('clang' 'subversion' 'cmake')
 source=("http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz"
         "http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig")
-md5sums=('406f09b1dab529f3f7879f4d548329d2'
+md5sums=('5d4a2ff4e2023eaa3f2025e26274d504'
          'SKIP')
 install=${pkgname}.install
 validpgpkeys=(
@@ -21,6 +21,8 @@
               54E3BDE33185D9F69664D22455F5CD70BB5A0569
               # Tom Stellard <tom at stellard.net>
               11E521D646982372EB577A1F8F0871F202119294
+              # Hans Wennborg <hans at chromium.org>
+              B6C8F98282B944E3B0D5C2530FC3042E345AD05D
 )
 
 build() {



More information about the arch-commits mailing list