Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
lldb-mi
Commits:
105861a6 by Antonio Rojas at 2026-03-07T22:36:18+01:00
upgpkg: 0.0.1-7: LLVM 22 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = lldb-mi
pkgdesc = LDB's machine interface driver
pkgver = 0.0.1
- pkgrel = 6
+ pkgrel = 7
url = https://lldb.llvm.org/
arch = x86_64
license = Apache-2.0
makedepends = cmake
makedepends = git
makedepends = llvm
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
depends = lldb
depends = llvm-libs
source = git+https://github.com/lldb-tools/lldb-mi#tag=0.0.1
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
pkgname=lldb-mi
pkgver=0.0.1
-pkgrel=6
+pkgrel=7
pkgdesc="LDB's machine interface driver"
url='https://lldb.llvm.org/'
arch=(x86_64)
license=(Apache-2.0)
-depends=(gcc-libs
- glibc
+depends=(glibc
+ libstdc++
lldb
llvm-libs)
makedepends=(cmake
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lldb-mi/-/commit/105861a654ebcab3bbe917e17934acbd69ec118f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lldb-mi/-/commit/105861a654ebcab3bbe917e17934acbd69ec118f
You're receiving this email because of your account on gitlab.archlinux.org.