astroid: rebuild against protobuf-23.3_1

This commit is contained in:
John 2023-06-27 12:02:59 +02:00 committed by John Zimmermann
parent 0228c06e2c
commit 2b2991c008
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- astroid-0.16/CMakeLists.txt 2021-08-05 15:31:11.000000000 +0200
+++ - 2023-07-03 21:53:30.304595787 +0200
@@ -145,7 +145,7 @@
# compile flags and options
#
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
include_directories (
${GTKMM3_INCLUDE_DIRS}

View file

@ -1,7 +1,7 @@
# Template file for 'astroid'
pkgname=astroid
version=0.16
revision=8
revision=9
build_style=cmake
build_helper=gir
hostmakedepends="pkg-config scdoc protobuf gobject-introspection"