summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-12 17:43:44 +0200
committerPiotr Gorski2023-07-12 17:43:44 +0200
commit4647582826c143613f4d131b72dcccbfbc30adab (patch)
treed90191e0fac630e9cdf7e82c6a8b0dce44a6c47b /PKGBUILD
parentdcf176c7e771e05ca46145862a4c68f9cbbfff97 (diff)
downloadaur-4647582826c143613f4d131b72dcccbfbc30adab.tar.gz
Fix makedeps and options
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
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')