community/mysql-workbench to 8.0.33-3

This commit is contained in:
Kevin Mihelich 2023-05-09 23:10:55 +00:00
parent 720fa65bf7
commit 8f7669455f

View file

@ -13,13 +13,13 @@ highmem=1
pkgname=mysql-workbench
pkgver=8.0.33
pkgrel=2
pkgrel=3
_mysql_version=${pkgver}
_connector_version=${pkgver}
_gdal_version=3.6.3
_boost_version=1.77.0
# bump the antlr4 version as required, this is to match the jar file name
_antlr4_version=4.11.1
_antlr4_version=4.12.0
pkgdesc='A cross-platform, visual database design tool developed by MySQL'
arch=('x86_64')
url='https://www.mysql.com/products/workbench/'
@ -77,7 +77,7 @@ prepare() {
sed -i 's| -Wno-deprecated-register||' ext/scintilla/gtk/CMakeLists.txt
# be happy with more recent antlr
#sed -i "/set(ANTLR_JAR_FILENAME/s/4.11.1/${_antlr4_version}/" CMakeLists.txt
sed -i "/set(ANTLR_JAR_FILENAME/s/4.11.1/${_antlr4_version}/" CMakeLists.txt
# remove -Wno-deprecated-copy
sed -i 's|-Wno-deprecated-copy||' CMakeLists.txt