mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/compiler-rt to 6.0.1-1
This commit is contained in:
parent
8c5d3c7f3f
commit
04ab93604c
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - build v5 with -DCOMPILER_RT_BUILD_BUILTINS=OFF
|
||||
|
||||
pkgname=compiler-rt
|
||||
pkgver=6.0.0
|
||||
pkgver=6.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Compiler runtime libraries for clang"
|
||||
arch=('x86_64')
|
||||
|
@ -18,10 +18,10 @@ makedepends=('llvm' 'cmake' 'ninja' 'python')
|
|||
makedepends_x86_64=('lib32-gcc-libs')
|
||||
options=('staticlibs')
|
||||
source=(https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
|
||||
sha256sums=('d0cc1342cf57e9a8d52f5498da47a3b28d24ac0d39cbc92308781b3ee0cea79a'
|
||||
sha256sums=('f4cd1e15e7d5cb708f9931d4844524e4904867240c306b06a4287b22ac1c99b9'
|
||||
'SKIP')
|
||||
validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg <hans@chromium.org>
|
||||
validpgpkeys+=('11E521D646982372EB577A1F8F0871F202119294') # Tom Stellard <tom@stellard.net>
|
||||
validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard <tstellar@redhat.com>
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver.src"
|
||||
|
|
Loading…
Reference in a new issue