summaryrefslogtreecommitdiff
path: root/community/mysql-workbench/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-11-20 19:50:20 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-11-20 19:50:20 +0100
commit770180ddaadf92e05e2090119cb7ca0ef2f5df61 (patch)
tree7b8f91758cf36d4b6c00e1cd1c47b25892d5a0c2 /community/mysql-workbench/PKGBUILD
parentfaee5bd4b0762f249ced28d3020c7c141eabea42 (diff)
downloadpackages-770180ddaadf92e05e2090119cb7ca0ef2f5df61.tar.xz
community/mysql-workbench: more json 32-bit patching
Diffstat (limited to 'community/mysql-workbench/PKGBUILD')
-rw-r--r--community/mysql-workbench/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mysql-workbench/PKGBUILD b/community/mysql-workbench/PKGBUILD
index 4b7dbeb0..9ea771ec 100644
--- a/community/mysql-workbench/PKGBUILD
+++ b/community/mysql-workbench/PKGBUILD
@@ -1,7 +1,7 @@
# see https://github.com/mysql/mysql-workbench/pull/14/files
-source+=('mysql-workbench-community-6.3.10-src-32bit-jsonview.patch')
-sha256sums+=('5339ece7c0f92667e7dbcfb48d6c0c8ddb322dab4c95d5b01ff8e22d0aebaa3b')
+source+=('mysql-workbench-community-6.3.10-32bit.patch')
+sha256sums+=('285dd5899c625a5d9091f8f178a6a58c86508dacd033435ba2dab4938cb238f9')
eval "$(
declare -f prepare | \
@@ -10,7 +10,7 @@ eval "$(
a \
\
# 32-bit compilation bug in jsonview \
- patch -Np1 < "${srcdir}"/mysql-workbench-community-6.3.10-src-32bit-jsonview.patch
+ patch -Np1 < "${srcdir}"/mysql-workbench-community-6.3.10-32bit.patch
}
'
)"