summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-08-23 20:55:18 +0200
committerPiotr Gorski2023-08-23 20:55:18 +0200
commit5d90fab417f2c3d66acbe92d8a45fb0421ae2477 (patch)
tree1fce27065ba4f14e519b54a3be1fdd6562d918a0
parent4647582826c143613f4d131b72dcccbfbc30adab (diff)
downloadaur-cppdap-git.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 379d8e4d673a..642d849e9aa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index aa0bb2bed312..8c860f82f4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}