Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/mysql-workbench/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mysql-workbench/PKGBUILD')
-rw-r--r--community/mysql-workbench/PKGBUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/mysql-workbench/PKGBUILD b/community/mysql-workbench/PKGBUILD
deleted file mode 100644
index 8d8cf3b3..00000000
--- a/community/mysql-workbench/PKGBUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
- }
- '
-)"