mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/compiler-rt to 10.0.0-1
This commit is contained in:
parent
3734795d79
commit
d221542cc8
1 changed files with 3 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
# - build v5 with -DCOMPILER_RT_BUILD_BUILTINS=OFF
|
||||
|
||||
pkgname=compiler-rt
|
||||
pkgver=9.0.1
|
||||
pkgver=10.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Compiler runtime libraries for clang"
|
||||
arch=('x86_64')
|
||||
|
@ -16,14 +16,9 @@ makedepends=('llvm' 'cmake' 'ninja' 'python')
|
|||
# Build 32-bit compiler-rt libraries on x86_64 (FS#41911)
|
||||
makedepends_x86_64=('lib32-gcc-libs')
|
||||
options=('staticlibs')
|
||||
|
||||
_source_base=https://releases.llvm.org/$pkgver
|
||||
if [[ ${pkgver##*.} != 0 ]]; then
|
||||
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
|
||||
fi
|
||||
|
||||
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
|
||||
source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
|
||||
sha256sums=('c2bfab95c9986318318363d7f371a85a95e333bc0b34fbfa52edbd3f5e3a9077'
|
||||
sha256sums=('6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
|
||||
'SKIP')
|
||||
validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg <hans@chromium.org>
|
||||
validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard <tstellar@redhat.com>
|
||||
|
|
Loading…
Reference in a new issue