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

source+=('mysql-workbench-community-6.3.10-32bit.patch')
sha512sums+=('6a2b48e1af8768586692b879962225c83bb0775ddff8bc045a650bac192b5f75ecd17a494aae26646392338d5be0949c96deef22de7a1db7b21f20bba8b1a1be')

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
      }
    '
)"