[arch-commits] Commit in mysql-workbench/trunk (PKGBUILD arch_linux_profile.xml)
Christian Hesse
eworm at archlinux.org
Mon Jan 18 13:16:53 UTC 2021
Date: Monday, January 18, 2021 @ 13:16:52
Author: eworm
Revision: 822833
upgpkg: mysql-workbench 8.0.23-1: new upstream release
Finally depends on python 3.x... Yeah!
Modified:
mysql-workbench/trunk/PKGBUILD
mysql-workbench/trunk/arch_linux_profile.xml
----------+
PKGBUILD | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-18 13:16:46 UTC (rev 822832)
+++ PKGBUILD 2021-01-18 13:16:52 UTC (rev 822833)
@@ -5,22 +5,20 @@
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=mysql-workbench
-pkgver=8.0.22
+pkgver=8.0.23
pkgrel=1
_mysql_version=${pkgver}
_connector_version=${pkgver}
-_gdal_version=3.1.3
+_gdal_version=3.2.1
_boost_version=1.73.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' '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'
- 'antlr4-runtime' 'giflib' 'zstd' 'curl' 'rapidjson')
-optdepends=('python2-pyodbc: database migration')
+depends=('cairo' 'antlr4-runtime' 'curl' 'desktop-file-utils' 'freetype2' 'giflib'
+ 'gtkmm3' 'hicolor-icon-theme' 'json-c' 'libgl' 'libsecret' 'libssh'
+ 'libxml2' 'libzip' 'pcre' 'proj' 'python' 'rapidjson' 'unixodbc'
+ 'vsqlite++' 'zstd')
makedepends=('cmake' 'boost' 'mesa' 'swig' 'java-runtime' 'imagemagick' 'antlr4')
validpgpkeys=('A4A9406876FCBD3C456770C88C718D3B5072E1F5') # MySQL Release Engineering <mysql-build at oss.oracle.com>
source=("https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-${pkgver}-src.tar.gz"{,.asc}
@@ -32,18 +30,18 @@
'0002-disable-unsupported-operating-system-warning.patch'
'0003-find-libssh.patch'
'arch_linux_profile.xml')
-sha256sums=('56e0d6dde77a04867715c6946bf76922e7c1a0361a170156eba039a28727b853'
+sha256sums=('832c1172d7664231cad8f4b91f965fa10eabdc6bc03da4307e4b923559ef120b'
'SKIP'
- '9fd85bb243940ef8234d21384ef421a0962fd4d13406fc1420efa902115ce17a'
+ 'd26cbbf9eccf8c8f14743c3e26c37a8ba71ebd45e8b2d66c6dd37790037bb787'
'SKIP'
- '74ff7662444dc214ec737baaf48a7f6c44f6e999549bf6930c2a97af24332b47'
+ '9af06495a6a080fed62da70978f1cb0c66f058edd5ea9eda9345a64bf8ec688f'
'SKIP'
- '161cf55371a143826f1d76ce566db1f0a666496eeb4371aed78b1642f219d51d'
+ '6c588b58fcb63ff3f288eb9f02d76791c0955ba9210d98c3abd879c770ae28ea'
'4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402'
'cdf687f23bc6e8d52dbee9fa02b23d755e80f88476f0fc2e7c4c71cdfed3792f'
'2d0f6dcf38f22e49ef7ab9de0230484f1ffac41b7ac40feaf5ef4538ae2f7a18'
'ee1c65acf41c18842b5d94aeea785b10b68d4d4e5cf2ffc8b63a93484523477c'
- '2ade582ca25f6d6d748bc84a913de39b34dcaa6e621a77740fe143007f2833af')
+ '3a59b46ac2e7c6a0a72733d71ca33ec85146e8399a3f23871cb3a965cd8e749e')
prepare() {
cd "${srcdir}/mysql-workbench-community-${pkgver}-src/"
Modified: arch_linux_profile.xml
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list