[arch-commits] Commit in mysql-workbench/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Nov 21 11:01:22 UTC 2016


    Date: Monday, November 21, 2016 @ 11:01:21
  Author: eworm
Revision: 196426

upgpkg: mysql-workbench 6.3.8-3

update bundled gdal and do not link against jasper

Modified:
  mysql-workbench/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-21 09:19:10 UTC (rev 196425)
+++ PKGBUILD	2016-11-21 11:01:21 UTC (rev 196426)
@@ -7,10 +7,10 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.8
-pkgrel=2
+pkgrel=3
 _mysql_version=5.7.16
 _connector_version=1.1.7
-_gdal_version=2.1.1
+_gdal_version=2.1.2
 _boost_version=1.59.0
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@
             'SKIP'
             '5b353fbcd26f607a2a0987ce78a4b811f8971813d46b0f4ae6fa07887e9fc763'
             'SKIP'
-            '87ce516ce757ad1edf1e21f007fbe232ed2e932af422e9893f40199711c41f92'
+            'b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374'
             '727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca'
             'b189e15c6b6f5a707357d9a9297f39ee3a33264fd28b44d5de6f537f851f82cf'
             '2ade582ca25f6d6d748bc84a913de39b34dcaa6e621a77740fe143007f2833af')
@@ -92,7 +92,8 @@
 		--includedir=/usr/include/gdal \
 		--with-sqlite3 \
 		--with-mysql="${srcdir}/install-bundle/usr/bin/mysql_config" \
-		--with-curl
+		--with-curl \
+		--without-jasper
 	make
 	make DESTDIR="${srcdir}/install-bundle/" install
 



More information about the arch-commits mailing list