Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/ruby/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-27 00:55:16 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-27 00:55:54 +0300
commitfdd72416f144129166b1b31614e2745b6802e0cf (patch)
tree94281f92d84254814cb4ccbe58277ddd8afc01e2 /extra/ruby/PKGBUILD
parent7db3ccbd0c0a4d595504c760f7a6fb335ed76704 (diff)
extra/ruby: Add temporary patch
Diffstat (limited to 'extra/ruby/PKGBUILD')
-rw-r--r--extra/ruby/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD
index b03abc17..13473577 100644
--- a/extra/ruby/PKGBUILD
+++ b/extra/ruby/PKGBUILD
@@ -18,3 +18,11 @@ if [ "${CARCH}" = "i486" ]; then
'
)"
fi
+
+# Should be fixed next version
+if [[ $pkgbase == "3.2.4" ]]; then
+ sources+=(055613fd868a8c94e43893f8c58a00cdd2a81f6d.patch)
+ unset sha512sums
+ b2sums+=(SKIP)
+ eval "$(declare -f prepare | sed 's@patch @patch -p1 -i ../055613fd868a8c94e43893f8c58a00cdd2a81f6d.patch; patch @')"
+fi