diff --git a/luajit/.SRCINFO b/luajit/.SRCINFO new file mode 100644 index 0000000000..9cf6c47103 --- /dev/null +++ b/luajit/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = luajit + pkgdesc = Just-in-time compiler and drop-in replacement for Lua 5.1 + pkgver = 2.1.0.beta3.g1401cfb2 + pkgrel = 1.2 + url = https://luajit.org/ + arch = x86_64 + arch = powerpc64le + arch = powerpc + license = MIT + makedepends = git + depends = gcc-libs + source = LuaJIT-PPC64::git+https://github.com/PPC64/LuaJIT.git#commit=1401cfb2b3d9270f5e6e6c899eb9deb43eaddab6 + md5sums = SKIP + sha256sums = SKIP + b2sums = SKIP + +pkgname = luajit diff --git a/luajit/PKGBUILD b/luajit/PKGBUILD index ec664b75c5..ec191685a8 100644 --- a/luajit/PKGBUILD +++ b/luajit/PKGBUILD @@ -11,7 +11,7 @@ pkgname=luajit # https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583 _commit=1401cfb2b3d9270f5e6e6c899eb9deb43eaddab6 pkgver="2.1.0.beta3.g${_commit::8}" -pkgrel=1.1 +pkgrel=1.2 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' arch=(x86_64 powerpc64le powerpc) url='https://luajit.org/'