Skip to content

Commit

Permalink
Merge pull request #203 from pspdev/lua-fix-53
Browse files Browse the repository at this point in the history
Fix long in lua 53
  • Loading branch information
sharkwouter authored Feb 3, 2025
2 parents a914c26 + feceaa8 commit 3a68971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua53/PSPBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=lua53
pkgver=5.3.6
pkgrel=1
pkgrel=2
pkgdesc="a powerful, efficient, lightweight, embeddable scripting language (version 5.3)"
arch=('mips')
url="https://lua.org"
Expand All @@ -21,6 +21,7 @@ prepare() {
sed -e 's/–/–/g' \
-e 's/©/©/g' \
-e '/<P>/d' > LICENSE
sed -i '/#define LUA_32BITS/s/[/*]//g' src/luaconf.h
}

build() {
Expand Down

0 comments on commit 3a68971

Please sign in to comment.