Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ bear
Commits:
a300f239 by Leonidas Spyropoulos at 2024-10-11T10:40:53+01:00
upgpkg: 3.1.5-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bear
pkgdesc = A tool to generate compilation database for clang tooling
- pkgver = 3.1.4
- pkgrel = 7
+ pkgver = 3.1.5
+ pkgrel = 1
url = https://github.com/rizsotto/Bear
arch = x86_64
license = GPL-3.0-or-later
@@ -22,11 +22,9 @@ pkgbase = bear
depends = openssl
depends = c-ares
depends = re2
- source = bear::git+https://github.com/rizsotto/Bear.git#tag=3.1.4
+ source = bear::git+https://github.com/rizsotto/Bear.git#tag=3.1.5
source = disable-lit-tests.patch
- source =
fmt-v11.patch::https://github.com/rizsotto/Bear/commit/8afeafe61299c87449023d63336389f159b55808.patch
- b2sums =
7f20de8ff834455fc1086eb34adf3123fc7a1ec467ea6fa4f162d2bb8de7af7339c205a246a743fec3100937c91bc53c2a677ae1bad57a22199c8b071e511f59
+ b2sums =
d9d5ef329df478ea767b3904f1e908315e77231ff98461a4aadf8bfde5522f0fc47625c837ead7cde2c4bcaab9f7d061ef94d5ac13cd51fa0f1b22fade270093
b2sums =
9bc603ac82c4b2c8bf1263e7d24205f7445b265da16c21935f58c651c5ed78fdb81d00565a3f2b81415831564b81384cd71c799f58c85bce0445ecdf67b7c3b8
- b2sums =
578da1c06ec36cef9706b9953a677eb26c96dbb4f67871d8a7617152f25310b413515510289e51b410a04c261c504f50711d1547618a377bdf8bc9d881afd26b
pkgname = bear
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Moritz Lipp <[email protected]>
pkgname=bear
-pkgver=3.1.4
-pkgrel=7
+pkgver=3.1.5
+pkgrel=1
pkgdesc='A tool to generate compilation database for clang tooling'
arch=('x86_64')
url='https://github.com/rizsotto/Bear'
@@ -33,11 +33,9 @@ makedepends=(
source=(
"$pkgname::git+$url.git#tag=$pkgver"
"disable-lit-tests.patch"
-
"fmt-v11.patch::https://github.com/rizsotto/Bear/commit/8afeafe61299c87449023d63336389f159b55808.patch"
)
-b2sums=('7f20de8ff834455fc1086eb34adf3123fc7a1ec467ea6fa4f162d2bb8de7af7339c205a246a743fec3100937c91bc53c2a677ae1bad57a22199c8b071e511f59'
-
'9bc603ac82c4b2c8bf1263e7d24205f7445b265da16c21935f58c651c5ed78fdb81d00565a3f2b81415831564b81384cd71c799f58c85bce0445ecdf67b7c3b8'
-
'578da1c06ec36cef9706b9953a677eb26c96dbb4f67871d8a7617152f25310b413515510289e51b410a04c261c504f50711d1547618a377bdf8bc9d881afd26b')
+b2sums=('d9d5ef329df478ea767b3904f1e908315e77231ff98461a4aadf8bfde5522f0fc47625c837ead7cde2c4bcaab9f7d061ef94d5ac13cd51fa0f1b22fade270093'
+
'9bc603ac82c4b2c8bf1263e7d24205f7445b265da16c21935f58c651c5ed78fdb81d00565a3f2b81415831564b81384cd71c799f58c85bce0445ecdf67b7c3b8')
# XXX if this is moved to build, tests fail.
# there must be some environment variables that
@@ -48,9 +46,6 @@ prepare() {
# probably related to chroot environment but unrelated to bear::func tests
which are not even executed
patch -d "$pkgname" -p1 -i ../disable-lit-tests.patch
- # Fix fmt v11 compatibility
- patch -d "$pkgname" -p1 -i ../fmt-v11.patch
-
cmake \
-B build \
-S "$pkgname" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bear/-/commit/a300f239d1e0e90218c4d5da99044461a8f916da
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bear/-/commit/a300f239d1e0e90218c4d5da99044461a8f916da
You're receiving this email because of your account on gitlab.archlinux.org.