mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mysql-workbench to 8.0.17-1
This commit is contained in:
parent
153ee9beaf
commit
626816b0c0
1 changed files with 9 additions and 6 deletions
|
@ -12,11 +12,11 @@ highmem=1
|
|||
buildarch=28
|
||||
|
||||
pkgname=mysql-workbench
|
||||
pkgver=8.0.16
|
||||
pkgver=8.0.17
|
||||
pkgrel=1
|
||||
_mysql_version=${pkgver}
|
||||
_connector_version=${pkgver}
|
||||
_gdal_version=2.4.1
|
||||
_gdal_version=3.0.1
|
||||
_boost_version=1.69.0
|
||||
pkgdesc='A cross-platform, visual database design tool developed by MySQL'
|
||||
arch=('x86_64')
|
||||
|
@ -40,13 +40,13 @@ source=("https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community
|
|||
'0004-fix-build-for-i686.patch'
|
||||
'atomic.patch'
|
||||
'arch_linux_profile.xml')
|
||||
sha256sums=('ccb70b26010d231e372801996b8dba02b60b97e11fef30546c09867fe8dbcff7'
|
||||
sha256sums=('1e92a0504ba9cc694d517b3372d54e17513d10b5ef8026eb2a6558f1552a6066'
|
||||
'SKIP'
|
||||
'8d9fe89920dc8bbbde2857b7b877ad2fa5ec2f231c68e941d484f3b72735eaea'
|
||||
'c6e3f38199a77bfd8a4925ca00b252d3b6159b90e4980c7232f1c58d6ca759d6'
|
||||
'SKIP'
|
||||
'c6448a84d4c7e9b74de224192de90749b68a5ee5f9492058ffd166c4b8838790'
|
||||
'69de69f373a7c5ddf291c15c52af83d634e0b900cb1204eddb3834836afe7dbe'
|
||||
'SKIP'
|
||||
'fd51b4900b2fc49b98d8714f55fc8a78ebfd07218357f93fb796791115a5a1ad'
|
||||
'45b4ae25dbd87282d589eca76481c426f72132d7a599556470d5c38263b09266'
|
||||
'8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406'
|
||||
'cdf687f23bc6e8d52dbee9fa02b23d755e80f88476f0fc2e7c4c71cdfed3792f'
|
||||
'2d0f6dcf38f22e49ef7ab9de0230484f1ffac41b7ac40feaf5ef4538ae2f7a18'
|
||||
|
@ -64,6 +64,9 @@ prepare() {
|
|||
# disable unsupported operating system warning
|
||||
patch -Np1 < "${srcdir}"/0002-disable-unsupported-operating-system-warning.patch
|
||||
|
||||
|
||||
# be happy with more recent antlr
|
||||
sed -i '/set(ANTLR_JAR_FILENAME/s/4.7.1/4.7.2/' CMakeLists.txt
|
||||
# fix build for i686
|
||||
patch -Np1 < "${srcdir}"/0004-fix-build-for-i686.patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue