diff options
author | Piotr Gorski | 2023-08-23 20:55:18 +0200 |
---|---|---|
committer | Piotr Gorski | 2023-08-23 20:55:18 +0200 |
commit | 5d90fab417f2c3d66acbe92d8a45fb0421ae2477 (patch) | |
tree | 1fce27065ba4f14e519b54a3be1fdd6562d918a0 | |
parent | 4647582826c143613f4d131b72dcccbfbc30adab (diff) | |
download | aur-5d90fab417f2c3d66acbe92d8a45fb0421ae2477.tar.gz |
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 7 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = cppdap-git pkgdesc = C++ library for the Debug Adapter Protocol - pkgver = 1.59.0.r95.ge3379ed - pkgrel = 4 + pkgver = 1.59.0.r97.gcc2f205 + pkgrel = 1 url = https://github.com/google/cppdap arch = x86_64 license = Apache-2.0 @@ -1,8 +1,8 @@ # Maintainer: Piotr Gorski <lucjan.lucjanov@gmail.com> pkgname=cppdap-git -pkgver=1.59.0.r95.ge3379ed -pkgrel=4 +pkgver=1.59.0.r97.gcc2f205 +pkgrel=1 pkgdesc="C++ library for the Debug Adapter Protocol" arch=('x86_64') url='https://github.com/google/cppdap' @@ -22,11 +22,9 @@ pkgver() { build() { cmake -B build -S cppdap \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBEXECDIR=lib \ - -DCPPDAP_USE_EXTERNAL_NLOHMANN_JSON_PACKAGE=ON \ - -DCPPDAP_USE_EXTERNAL_RAPIDJSON_PACKAGE=OFF \ - -DCPPDAP_USE_EXTERNAL_JSONCPP_PACKAGE=OFF + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCPPDAP_USE_EXTERNAL_NLOHMANN_JSON_PACKAGE=ON \ + -DBUILD_SHARED_LIBS=ON cmake --build build } |