community/libc++abi to 3.8.0-1

This commit is contained in:
Kevin Mihelich 2016-07-04 16:16:37 +00:00
parent f5d4654e69
commit 7a3fddfa6b

View file

@ -6,16 +6,17 @@
# - fix for ARM builds
pkgname=libc++abi
pkgver=3.7.1
pkgver=3.8.0
pkgrel=1
pkgdesc='A new implementation of low level support for a standard C++ library'
arch=('i686' 'x86_64')
url="http://libcxxabi.llvm.org/"
license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
depends=('gcc-libs')
makedepends=(libunwind clang libc++)
source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz"
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig")
md5sums=('52d925afac9f97e9dcac90745255c169'
md5sums=('bbe6b4d72c7c5978550d370af529bcf7'
'SKIP')
validpgpkeys=(
# Bill Wendling <void@llvm.org>