index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 16:26:17 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 16:26:17 +0000 |
commit | 28cb1b2a1433935ddd9071fbd743d92bf3ba3cf9 (patch) | |
tree | 648594b4f5e5e1c84cde2f6043dc81ca0236a9c0 /community | |
parent | 0056ae3e53f0ebc43d2ddff06047627115295101 (diff) | |
parent | e832281fc806cde356864067db9b966caa71d3d1 (diff) |
-rw-r--r-- | community/embree2/PKGBUILD | 8 | ||||
-rw-r--r-- | community/mysql-workbench/PKGBUILD | 3 |
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 "$( } ' )" - |