summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiyao Yu2021-10-17 10:15:36 -0400
committerYiyao Yu2021-10-17 10:15:36 -0400
commitc5ca34e88be5d93477377811ed5311d23270833d (patch)
treea180ed57f09c0380a588374d72d67c37d7b3f8f9
parent702e92936f92aa3082ebd3fa002eeaff42e7b94d (diff)
downloadaur-c5ca34e88be5d93477377811ed5311d23270833d.tar.gz
3.0.16-2: Removed unused ninja from makedepends. Moved nlohmann-json to
depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e3fba059b47..dc2a1e12e8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = bear
pkgdesc = tool to generate compilation database for clang tooling
pkgver = 3.0.16
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rizsotto/Bear
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- makedepends = ninja
- makedepends = nlohmann-json
depends = grpc
depends = fmt
depends = spdlog
+ depends = nlohmann-json
provides = bear
conflicts = bear
conflicts = interception-tools
diff --git a/PKGBUILD b/PKGBUILD
index 49ba27d5760a..71007e865494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=bear
_pkgname=Bear
pkgver=3.0.16
-pkgrel=1
+pkgrel=2
pkgdesc="tool to generate compilation database for clang tooling"
arch=('i686' 'x86_64')
url="https://github.com/rizsotto/Bear"
license=('GPL3')
-makedepends=('cmake' 'ninja' 'nlohmann-json')
-depends=('grpc' 'fmt' 'spdlog')
+makedepends=('cmake')
+depends=('grpc' 'fmt' 'spdlog' 'nlohmann-json')
conflicts=('bear' 'interception-tools')
provides=('bear')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/rizsotto/$_pkgname/archive/$pkgver.tar.gz")