mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/libc++abi to 3.8.0-1
This commit is contained in:
parent
f5d4654e69
commit
7a3fddfa6b
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue