Date: Tuesday, April 4, 2023 @ 22:32:59
  Author: grawlinson
Revision: 1435257

archrelease: copy trunk to community-x86_64

Added:
  bear/repos/community-x86_64/PKGBUILD
    (from rev 1435256, bear/trunk/PKGBUILD)
Deleted:
  bear/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  120 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 61 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 22:32:10 UTC (rev 1435256)
+++ PKGBUILD    2023-04-04 22:32:59 UTC (rev 1435257)
@@ -1,59 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Yiyao Yu <yuydevel at protonmail dot com>
-# Contributor: Moritz Lipp <[email protected]>
-
-pkgname=bear
-pkgver=3.1.0
-pkgrel=4
-pkgdesc='A tool to generate compilation database for clang tooling'
-arch=('x86_64')
-url='https://github.com/rizsotto/Bear'
-license=('GPL3')
-depends=(
-  'grpc'
-  'libgrpc++.so'
-  'fmt'
-  'spdlog'
-  'nlohmann-json'
-  'abseil-cpp'
-  'protobuf'
-  'openssl'
-  'c-ares'
-  're2'
-)
-makedepends=(
-  'git'
-  'cmake'
-  'gtest'
-  'python'
-  'llvm'
-)
-_commit='b596310073477e1a6acc2e055f2cae869f89f0a0'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
-
-# XXX if this is moved to build, tests fail.
-# there must be some environment variables that
-# are discarded inbetween functions.
-prepare() {
-  cmake \
-    -B build \
-    -S "$pkgname" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-    -DCMAKE_INSTALL_LIBEXECDIR="lib/$pkgname"
-}
-
-build() {
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bear/repos/community-x86_64/PKGBUILD (from rev 1435256, 
bear/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-04 22:32:59 UTC (rev 1435257)
@@ -0,0 +1,61 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Yiyao Yu <yuydevel at protonmail dot com>
+# Contributor: Moritz Lipp <[email protected]>
+
+pkgname=bear
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='A tool to generate compilation database for clang tooling'
+arch=('x86_64')
+url='https://github.com/rizsotto/Bear'
+license=('GPL3')
+depends=(
+  'glibc'
+  'gcc-libs'
+  'grpc'
+  'libgrpc++.so'
+  'fmt'
+  'spdlog'
+  'nlohmann-json'
+  'abseil-cpp'
+  'protobuf'
+  'openssl'
+  'c-ares'
+  're2'
+)
+makedepends=(
+  'git'
+  'cmake'
+  'gtest'
+  'python'
+  'llvm'
+)
+_commit='566181c97b257f02716c2c91c7b790af13e2a3f1'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags
+}
+
+# XXX if this is moved to build, tests fail.
+# there must be some environment variables that
+# are discarded inbetween functions.
+prepare() {
+  cmake \
+    -B build \
+    -S "$pkgname" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+    -DCMAKE_INSTALL_LIBEXECDIR="lib/$pkgname"
+}
+
+build() {
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to