From 459e59a7685a19bf0ca26b3895cacd861485d7c5 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 20 Sep 2023 10:14:45 +0200 Subject: [PATCH] cppdap: rebuild to get back to a CI based build after the manual bootstrap --- cppdap/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppdap/PKGBUILD b/cppdap/PKGBUILD index 3700a1ca..bfb8f761 100644 --- a/cppdap/PKGBUILD +++ b/cppdap/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=cppdap pkgname=("cppdap") _pkgver=1.58.0-a pkgver=${_pkgver/-/} -pkgrel=2 +pkgrel=3 pkgdesc="C++ library for the Debug Adapter Protocol" arch=(i686 x86_64) url='https://github.com/google/cppdap'