summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Lipp2021-10-28 11:28:48 +0200
committerMoritz Lipp2021-10-28 11:28:48 +0200
commit94f0ebfd404c9ac081eddfd58b502862d8ce1505 (patch)
treeb7be2c18d5b7d2672cd37210aed8e2573ac6707b /PKGBUILD
parent0597924273dc8932b01aa73109568ba6a217bf4e (diff)
downloadaur-94f0ebfd404c9ac081eddfd58b502862d8ce1505.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dca1859bedc..1386d9ca4f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
-# Contributor: Moritz Lipp <mlq@pwmt.org>
+# Maintainer: Moritz Lipp <mlq@pwmt.org>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
pkgname=bear-git
-pkgver=r492.c3c3537
+pkgver=r1053.24d1fc3
pkgrel=1
pkgdesc="Tool to generate compilation database for clang tooling"
arch=('i686' 'x86_64')
url="https://github.com/rizsotto/Bear"
license=('GPL3')
makedepends=('git' 'cmake' 'make' 'pkg-config')
-depends=('python>=2.7')
-conflicts=('bear')
+depends=('grpc' 'fmt' 'spdlog' 'nlohmann-json')
+conflicts=('bear' 'interception-tools')
provides=('bear')
source=("${pkgname}::git+https://github.com/rizsotto/Bear.git")
sha1sums=('SKIP')
@@ -26,6 +26,7 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+ -DCMAKE_INSTALL_LIBEXECDIR="lib/${pkgname}" \
.
make all