mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/mysql-workbench to 8.0.33-3
This commit is contained in:
parent
720fa65bf7
commit
8f7669455f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue