Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
llvm
Commits:
87458923 by Evangelos Foutras at 2024-06-30T13:13:08+03:00
upgpkg: 18.1.8-2: temporarily depend on llvm17-libs
Helps with bootstrapping crystal/ldc/rust.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = llvm
pkgver = 18.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception
@@ -46,3 +46,4 @@ pkgname = llvm-libs
depends = libedit
depends = ncurses
depends = libxml2
+ depends = llvm17-libs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=('llvm' 'llvm-libs')
pkgver=18.1.8
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://llvm.org/"
license=('custom:Apache 2.0 with LLVM Exception')
@@ -136,6 +136,7 @@ package_llvm() {
package_llvm-libs() {
pkgdesc="LLVM runtime libraries"
depends=('gcc-libs' 'zlib' 'zstd' 'libffi' 'libedit' 'ncurses' 'libxml2')
+ depends+=('llvm17-libs') # help bootstrapping crystal/ldc/rust (remove me!)
install -d "$pkgdir/usr/lib"
cp -P \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/87458923d3b704c98cd4e6ebe2491ade88252bfe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/87458923d3b704c98cd4e6ebe2491ade88252bfe
You're receiving this email because of your account on gitlab.archlinux.org.