Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
lld
Commits:
e395b884 by Evangelos Foutras at 2024-06-30T12:12:41+03:00
upgpkg: 18.1.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lld
pkgdesc = Linker from the LLVM project
- pkgver = 17.0.6
+ pkgver = 18.1.8
pkgrel = 1
url = https://lld.llvm.org/
arch = x86_64
@@ -13,25 +13,22 @@ pkgbase = lld
depends = gcc-libs
depends = zlib
depends = zstd
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lld-17.0.6.src.tar.xz
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lld-17.0.6.src.tar.xz.sig
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz.sig
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/libunwind-17.0.6.src.tar.xz
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/libunwind-17.0.6.src.tar.xz.sig
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
- source =
lld-internalize-enum.patch::https://github.com/llvmbot/llvm-project/commit/939ee549a2c4.patch
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/lld-18.1.8.src.tar.xz
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/lld-18.1.8.src.tar.xz.sig
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-18.1.8.src.tar.xz
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-18.1.8.src.tar.xz.sig
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/libunwind-18.1.8.src.tar.xz
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/libunwind-18.1.8.src.tar.xz.sig
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz.sig
validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
- validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
- sha256sums =
4ac13125616dc44905b85820aa403d27ec1226329b7f674daeb5f5584c6f0b22
+ sha256sums =
800e6805fb613eb8428f7a199f6d06c4c19f78f2db69157a129bb04fc1c99769
sha256sums = SKIP
- sha256sums =
b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
+ sha256sums =
f68cf90f369bc7d0158ba70d860b0cb34dbc163d6ff0ebc6cfa5e515b9b2e28d
sha256sums = SKIP
- sha256sums =
9e7535a353aa862730b4ba38df42e06f6856b40c4cc51b57f27b5046dc21d70d
+ sha256sums =
c31577d16978b0da0e472ef751f74893a5b459a7ea4a383b75f7ab93cf1e6877
sha256sums = SKIP
- sha256sums =
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+ sha256sums =
59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837
sha256sums = SKIP
- sha256sums =
76f0625c86638d0fa06b54f1b151a47d8c71d72466da49557d288e33de89c288
pkgname = lld
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jan "heftig" Steffens <[email protected]>
pkgname=lld
-pkgver=17.0.6
+pkgver=18.1.8
pkgrel=1
pkgdesc="Linker from the LLVM project"
arch=('x86_64')
@@ -14,19 +14,16 @@
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkg
source=($_source_base/lld-$pkgver.src.tar.xz{,.sig}
$_source_base/llvm-$pkgver.src.tar.xz{,.sig}
$_source_base/libunwind-$pkgver.src.tar.xz{,.sig}
- $_source_base/cmake-$pkgver.src.tar.xz{,.sig}
-
$pkgname-internalize-enum.patch::https://github.com/llvmbot/llvm-project/commit/939ee549a2c4.patch)
-sha256sums=('4ac13125616dc44905b85820aa403d27ec1226329b7f674daeb5f5584c6f0b22'
+ $_source_base/cmake-$pkgver.src.tar.xz{,.sig})
+sha256sums=('800e6805fb613eb8428f7a199f6d06c4c19f78f2db69157a129bb04fc1c99769'
'SKIP'
- 'b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188'
+ 'f68cf90f369bc7d0158ba70d860b0cb34dbc163d6ff0ebc6cfa5e515b9b2e28d'
'SKIP'
- '9e7535a353aa862730b4ba38df42e06f6856b40c4cc51b57f27b5046dc21d70d'
+ 'c31577d16978b0da0e472ef751f74893a5b459a7ea4a383b75f7ab93cf1e6877'
'SKIP'
- '807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
- 'SKIP'
- '76f0625c86638d0fa06b54f1b151a47d8c71d72466da49557d288e33de89c288')
-validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard
<[email protected]>
- 'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta
<[email protected]>
+ '59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837'
+ 'SKIP')
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard
<[email protected]>
prepare() {
# https://bugs.llvm.org/show_bug.cgi?id=49228
@@ -35,9 +32,6 @@ prepare() {
mv cmake{-$pkgver.src,}
cd lld-$pkgver.src
mkdir build
-
- # https://github.com/llvm/llvm-project/issues/83529
- patch -Np2 -i ../$pkgname-internalize-enum.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lld/-/commit/e395b884853ad24a260622e7b722d8524635914c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lld/-/commit/e395b884853ad24a260622e7b722d8524635914c
You're receiving this email because of your account on gitlab.archlinux.org.