Skip to content

Commit

Permalink
Rebuild packages against LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 6, 2025
1 parent 7669f26 commit 64f125c
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 128 deletions.
15 changes: 8 additions & 7 deletions compiler-rt/mingw-w64-clang-aarch64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkgname=mingw-w64-clang-aarch64-compiler-rt
pkgver=18.1.8
pkgrel=2
pkgver=19.1.6
pkgrel=1
pkgdesc="Compiler runtime libraries for clang (mingw-w64)"
arch=('x86_64')
arch=('any')
url="https://compiler-rt.llvm.org/"
license=('Apache-2.0 WITH LLVM-exception')
depends=('gcc-libs' 'clang' 'mingw-w64-clang-aarch64-headers' 'mingw-w64-clang-aarch64-crt')
Expand All @@ -12,13 +12,14 @@ _source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkg
source=($_source_base/compiler-rt-$pkgver.src.tar.xz{,.sig}
$_source_base/cmake-$pkgver.src.tar.xz{,.sig}
$_source_base/llvm-$pkgver.src.tar.xz{,.sig})
sha256sums=('e054e99a9c9240720616e927cb52363abbc8b4f1ef0286bad3df79ec8fdf892f'
sha256sums=('0d4f312e1419152282c267e6b6a1fa5914a7a0c753a5e926bee1c8c28e614ae4'
'SKIP'
'59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837'
'9c7ec82d9a240dc2287b8de89d6881bb64ceea0dcd6ce133c34ef65bda22d99e'
'SKIP'
'f68cf90f369bc7d0158ba70d860b0cb34dbc163d6ff0ebc6cfa5e515b9b2e28d'
'ad1a3b125ff014ded290094088de40efb9193ce81a24278184230b7d401f8a3e'
'SKIP')
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard <[email protected]>
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard <[email protected]>
'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta <[email protected]>

_targets="aarch64-w64-mingw32"

Expand Down
1 change: 0 additions & 1 deletion compiler-rt/mingw-w64-clang-aarch64/keys

This file was deleted.

84 changes: 0 additions & 84 deletions compiler-rt/mingw-w64/PKGBUILD

This file was deleted.

7 changes: 4 additions & 3 deletions libc++/mingw-w64-clang-aarch64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=mingw-w64-clang-aarch64-libc++
pkgver=18.1.8
pkgver=19.1.6
pkgrel=1
url="https://libcxx.llvm.org/"
pkgdesc='LLVM C++ standard library (mingw-w64)'
Expand All @@ -10,9 +10,10 @@ makedepends=('clang' 'cmake' 'ninja' 'python' 'mingw-w64-clang-aarch64-cmake')
checkdepends=('llvm')
options=(!lto staticlibs !buildflags !strip)
source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-project-$pkgver.src.tar.xz"{,.sig})
sha512sums=('25eeee9984c8b4d0fbc240df90f33cbb000d3b0414baff5c8982beafcc5e59e7ef18f6f85d95b3a5f60cb3d4cd4f877c80487b5768bc21bc833f107698ad93db'
sha512sums=('d411a6d913d6a1e1f3c16cfc1ce81c1e6292ea370703f55fb67c7af62f02193d53f5ef7823c8679d6f25cbe47b40236fcaf37044ad7cdfada8166efe7eb106b3'
'SKIP')
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard <[email protected]>
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard <[email protected]>
'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta <[email protected]>

_target="aarch64-w64-mingw32"

Expand Down
1 change: 1 addition & 0 deletions libc++/mingw-w64-clang-aarch64/keys

This file was deleted.

4 changes: 2 additions & 2 deletions reflective-rapidjson/default/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# you also find the URL of a binary repository.

_reponame=reflective-rapidjson
_llvmver=18
_llvmver=19
pkgname=reflective-rapidjson
pkgver=0.0.16
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=(GPL-2-or-later)
Expand Down
4 changes: 2 additions & 2 deletions reflective-rapidjson/git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# you also find the URL of a binary repository.

_reponame=reflective-rapidjson
_llvmver=18
_llvmver=19
pkgname=reflective-rapidjson-git
_name=${pkgname%-git}
pkgver=257.743fd60
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=(GPL-2-or-later)
Expand Down

0 comments on commit 64f125c

Please sign in to comment.