Skip to content

Commit 493acc0

Browse files
committed
ladybird: sed icu ver
1 parent 941378f commit 493acc0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

archlinuxcn/ladybird-git/PKGBUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ source=(
5858
)
5959
sha256sums=('SKIP')
6060

61+
prepare() {
62+
cd ladybird
63+
sed -i "s|78.2|78.3" Libraries/LibUnicode/CMakeLists.txt || true
64+
}
65+
6166
pkgver() {
6267
cd ladybird
6368
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)