summaryrefslogtreecommitdiff
path: root/community/mysql-workbench/PKGBUILD
blob: 8d8cf3b32fb505d2e0b5ccec9e284e36f386ac33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# see https://github.com/mysql/mysql-workbench/pull/14/files

source+=('mysql-workbench-community-6.3.10-32bit.patch')
sha256sums+=('285dd5899c625a5d9091f8f178a6a58c86508dacd033435ba2dab4938cb238f9')

eval "$(
  declare -f prepare | \
    sed '
      /0005-gdal-use-CPLFree.patch/ {
        a \
        \
        # 32-bit compilation bug in jsonview \
        patch -Np1 < "${srcdir}"/mysql-workbench-community-6.3.10-32bit.patch
      }
    '
)"