Skip to content

Commit fa68a0d

Browse files
committed
makepkg-git: accommodate for Ruby v3.4.0
In that version, `strscan` not only has a native library but also Ruby code that we need to provide to be able to run `asciidoctor` (which is used to render Git's documentation). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c8789b8 commit fa68a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sparse/makepkg-git

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
/mingw32/lib/ruby/*/i386-mingw32/enc/windows_1252.so
8282
/mingw32/lib/ruby/*/optparse.rb
8383
/mingw32/lib/ruby/*/i386-mingw32/strscan.so
84+
/mingw32/lib/ruby/*/strscan/strscan.rb
8485
/mingw32/lib/ruby/*/pathname.rb
8586
/mingw32/lib/ruby/*/i386-mingw32/pathname.so
8687
/mingw32/lib/ruby/*/did_you_mean*

0 commit comments

Comments
 (0)