Skip to content

Commit 503285a

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 1def790 commit 503285a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
/mingw64/lib/ruby/*/x64-mingw32/enc/encdb.so
8282
/mingw64/lib/ruby/*/x64-mingw32/enc/windows_1252.so
8383
/mingw64/lib/ruby/*/optparse.rb
84+
/mingw64/lib/ruby/*/strscan/strscan.rb
8485
/mingw64/lib/ruby/*/x64-mingw32/strscan.so
8586
/mingw64/lib/ruby/*/pathname.rb
8687
/mingw64/lib/ruby/*/x64-mingw32/pathname.so

.sparse/makepkg-git-i686

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
/mingw32/lib/ruby/*/i386-mingw32/enc/windows_1252.so
143143
/mingw32/lib/ruby/*/optparse.rb
144144
/mingw32/lib/ruby/*/i386-mingw32/strscan.so
145+
/mingw32/lib/ruby/*/strscan/strscan.rb
145146
/mingw32/lib/ruby/*/pathname.rb
146147
/mingw32/lib/ruby/*/i386-mingw32/pathname.so
147148
/mingw32/lib/ruby/*/did_you_mean*

0 commit comments

Comments
 (0)