diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/embree2/PKGBUILD | 8 | ||||
-rw-r--r-- | community/mysql-workbench/PKGBUILD | 3 |
2 files changed, 1 insertions, 10 deletions
diff --git a/community/embree2/PKGBUILD b/community/embree2/PKGBUILD deleted file mode 100644 index 632a2d91..00000000 --- a/community/embree2/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# avoid breakage in newer CPU ISAs, supporting SSE2 should be enough for -# 32-bit platforms -eval "$( - declare -f build | \ - sed ' - /cmake/s/-DEMBREE_MAX_ISA="AVX512SKX"/-DEMBREE_MAX_ISA="SSE2"/ - ' -)" diff --git a/community/mysql-workbench/PKGBUILD b/community/mysql-workbench/PKGBUILD index 340952e4..8d8cf3b3 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-32bit.patch') -sha512sums+=('6a2b48e1af8768586692b879962225c83bb0775ddff8bc045a650bac192b5f75ecd17a494aae26646392338d5be0949c96deef22de7a1db7b21f20bba8b1a1be') +sha256sums+=('285dd5899c625a5d9091f8f178a6a58c86508dacd033435ba2dab4938cb238f9') eval "$( declare -f prepare | \ @@ -14,4 +14,3 @@ eval "$( } ' )" - |