summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28becd176ff4..aa0bb2bed312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=cppdap-git
pkgver=1.59.0.r95.ge3379ed
-pkgrel=3
+pkgrel=4
pkgdesc="C++ library for the Debug Adapter Protocol"
arch=('x86_64')
url='https://github.com/google/cppdap'
license=('Apache-2.0')
-makedepends=('cmake' 'git')
+makedepends=('cmake' 'nlohmann-json' 'git')
provides=('cppdap')
conflicts=('cppdap')
+options=('!strip')
source=('git+https://github.com/google/cppdap')
sha1sums=('SKIP')