George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
bear
Commits:
51f6a635 by George Rawlinson at 2026-02-25T03:44:27+00:00
reuse: simplify conf
- - - - -
e31302d8 by George Rawlinson at 2026-02-25T03:53:00+00:00
upgpkg: 4.0.3-2
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = bear
pkgdesc = A tool to generate compilation database for clang tooling
pkgver = 4.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rizsotto/Bear
arch = x86_64
license = GPL-3.0-or-later
makedepends = git
makedepends = rust
depends = glibc
- depends = gcc-libs
+ depends = libgcc
options = !lto
source = bear::git+https://github.com/rizsotto/Bear.git#tag=4.0.3
source = fix-wrapper-preload-path.patch
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=bear
pkgver=4.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='A tool to generate compilation database for clang tooling'
arch=(x86_64)
url='https://github.com/rizsotto/Bear'
license=(GPL-3.0-or-later)
depends=(
glibc
- gcc-libs
+ libgcc
)
makedepends=(
git
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bear/-/compare/0dc7395b4716ff821d9ab5e0cf9d503befb92c0a...e31302d81e9666b59cacb4fbcdbf00d2595c6463
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bear/-/compare/0dc7395b4716ff821d9ab5e0cf9d503befb92c0a...e31302d81e9666b59cacb4fbcdbf00d2595c6463
You're receiving this email because of your account on gitlab.archlinux.org.