cppdap: rebuild

to get back to a CI based build after the manual bootstrap
This commit is contained in:
Christoph Reiter 2023-09-20 10:14:45 +02:00
parent ddf66eac75
commit 459e59a768

View File

@ -4,7 +4,7 @@ pkgbase=cppdap
pkgname=("cppdap") pkgname=("cppdap")
_pkgver=1.58.0-a _pkgver=1.58.0-a
pkgver=${_pkgver/-/} pkgver=${_pkgver/-/}
pkgrel=2 pkgrel=3
pkgdesc="C++ library for the Debug Adapter Protocol" pkgdesc="C++ library for the Debug Adapter Protocol"
arch=(i686 x86_64) arch=(i686 x86_64)
url='https://github.com/google/cppdap' url='https://github.com/google/cppdap'