mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mysql-workbench to 8.0.20-1
This commit is contained in:
parent
41c7cde445
commit
fc6b1ba066
1 changed files with 9 additions and 9 deletions
|
@ -13,17 +13,17 @@ highmem=1
|
|||
buildarch=12
|
||||
|
||||
pkgname=mysql-workbench
|
||||
pkgver=8.0.19
|
||||
pkgrel=2
|
||||
pkgver=8.0.20
|
||||
pkgrel=1
|
||||
_mysql_version=${pkgver}
|
||||
_connector_version=${pkgver}
|
||||
_gdal_version=3.0.1
|
||||
_gdal_version=3.0.4
|
||||
_boost_version=1.70.0
|
||||
pkgdesc='A cross-platform, visual database design tool developed by MySQL'
|
||||
arch=('x86_64')
|
||||
url='https://www.mysql.com/products/workbench/'
|
||||
license=('GPL2')
|
||||
depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm3'
|
||||
depends=('cairo' 'desktop-file-utils' 'freetype2' 'gtkmm3'
|
||||
'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
|
||||
'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
|
||||
'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
|
||||
|
@ -41,13 +41,13 @@ source=("https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community
|
|||
'0001-fix-buiild-for-32-bit.patch'
|
||||
'atomic.patch'
|
||||
'arch_linux_profile.xml')
|
||||
sha256sums=('ba7aeccd22beb4a7004521f1452000a2cfa30ed6317437129c510d8b168326cc'
|
||||
sha256sums=('06e2b2119b944e40e0ca49a29edf90ff6b02dde6916cb2b83b915e879d781130'
|
||||
'SKIP'
|
||||
'a62786d67b5e267eef928003967b4ccfe362d604b80f4523578e0688f5b9f834'
|
||||
'4d62eaca43cd9c858baca10d02857382887507a17ffdbfa97daf107d0c62ee5f'
|
||||
'SKIP'
|
||||
'7c3bd74ce64a9300e7d481b76b388ad95017a52480c698b755579aec62d4a21e'
|
||||
'50eaebd1d59b5681b6959a8c5b95bdeeffd021db0f06264eb497706dbc5b39cb'
|
||||
'SKIP'
|
||||
'45b4ae25dbd87282d589eca76481c426f72132d7a599556470d5c38263b09266'
|
||||
'5569a4daa1abcbba47a9d535172fc335194d9214fdb96cd0f139bb57329ae277'
|
||||
'430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778'
|
||||
'cdf687f23bc6e8d52dbee9fa02b23d755e80f88476f0fc2e7c4c71cdfed3792f'
|
||||
'2d0f6dcf38f22e49ef7ab9de0230484f1ffac41b7ac40feaf5ef4538ae2f7a18'
|
||||
|
@ -67,7 +67,7 @@ prepare() {
|
|||
|
||||
|
||||
# be happy with more recent antlr
|
||||
sed -i '/set(ANTLR_JAR_FILENAME/s/4.7.1/4.7.2/' CMakeLists.txt
|
||||
sed -i '/set(ANTLR_JAR_FILENAME/s/4.7.1/4.8/' CMakeLists.txt
|
||||
|
||||
# GCC 7.x introduced some new warnings, remove '-Werror' for the build to complete
|
||||
sed -i '/^set/s|-Werror -Wall|-Wall|' CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue