community/libc++ to 13.0.0-1

This commit is contained in:
Kevin Mihelich 2021-11-16 19:59:37 +00:00
parent 167c2dc0fb
commit 215b83b9d5
1 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,7 @@
pkgbase=libc++
pkgname=(libc++ libc++abi libc++experimental)
pkgver=12.0.0
pkgver=13.0.0
pkgrel=1
url="https://libcxx.llvm.org/"
license=('custom:Apache 2.0 with LLVM Exception')
@ -20,11 +20,11 @@ source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig}
'atomic.patch')
noextract=("${source[@]##*/}")
sha512sums=('ec17153ef774a1e08085763bda7d0dfce6802fbaa17e89831695ce1b2eb015a6c2aebfaa9fe7985a83b9c51bd75d40bb4f1fc706dc16d4c0dc2b2722a1d8a24e'
sha512sums=('c307500a5fdc2bf6d768a808cf879d33914e24437f4f794361eccedb28ac6a98ebc41ca6140d09364c9bdec565fabd049e364d3f5b39f1751ecff51b687c4eff'
'SKIP'
'd8038e73b4f26191516608799288f5418ccfb4552ffd767b08179f0dba2730f0d872b28bd3db9fe244e7177101b599aa251d28a496c734b22b3c053db187d88d'
'deaf166ea9b5ffe4d7d1ace86fb4ed33317c610ff41947d2b0b18934b2a54601521f1021c5fd43bdba3a08779f3be98e13d2565c0d4374d849c5eff487eda2dd'
'SKIP'
'adc59e168d4e298a3fe8a08045c4c5089b2a3eb06dacf54a5a345200cef11a764b93bcc5a289433a57bde2d0456fedd92abf0c22da00a62b395e1d2f678d26f1'
'e7c8177898f344d4a16bf199ddbae4c8ae0d31e2961c5946934abb30631c386d2d28bf4804e65faa9f6298aca01e6e925fd88a13c918d8e5d1b175720e600823'
'SKIP'
'd4dd60345d59690e5fb332ec8c4b600615a6a2f3b50c748876b713e39c0e21800e021358a32920c7954e62c2224954c6f2cd2054d531420da3f696957d21e7f6')
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard <tstellar@redhat.com> (.1 releases)
@ -60,7 +60,9 @@ check() {
ninja -C build check-cxx check-cxxabi
}
package_libc++() {
# Do not remove the space before the () or commitpkg will
# accidentally to run this function on the system (!!!)
package_libc++ () {
pkgdesc='LLVM C++ standard library.'
depends=("libc++abi=$pkgver-$pkgrel")
options=('staticlibs')