mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/compiler-rt to 13.0.0-1
This commit is contained in:
parent
3c19a7ab4f
commit
a85c903ede
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - build v5 with -DCOMPILER_RT_BUILD_BUILTINS=OFF
|
||||
|
||||
pkgname=compiler-rt
|
||||
pkgver=12.0.1
|
||||
pkgrel=2
|
||||
pkgver=13.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Compiler runtime libraries for clang"
|
||||
arch=('x86_64')
|
||||
url="https://compiler-rt.llvm.org/"
|
||||
|
@ -18,7 +18,7 @@ makedepends_x86_64=('lib32-gcc-libs')
|
|||
options=('staticlibs')
|
||||
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
|
||||
source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
|
||||
sha256sums=('b4c8d5f2a802332987c1c0a95b5afb35b1a66a96fe44add4e4ed4792c4cba0a4'
|
||||
sha256sums=('4c3602d76c7868a96b30c36165c4b7643e2a20173fced7e071b4baeb2d74db3f'
|
||||
'SKIP')
|
||||
validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg <hans@chromium.org>
|
||||
validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard <tstellar@redhat.com>
|
||||
|
|
Loading…
Reference in a new issue