Skip to content
Snippets Groups Projects
Unverified Commit 3350de55 authored by alice's avatar alice
Browse files

main/lua5.1: correct lua patch version

parent c6e0a422
No related merge requests found
......@@ -3,7 +3,7 @@ pkgname=lua5.1
_pkgname=lua
pkgver=5.1.5
_luaver=${pkgname#lua}
pkgrel=10
pkgrel=11
pkgdesc="A powerful light-weight programming language designed for extending applications."
url="https://www.lua.org/"
arch="all"
......@@ -30,7 +30,7 @@ prepare() {
sed -i 's:/usr/local:/usr:' etc/lua.pc
# correct lua versioning
sed -i 's/\(LIB_VERSION = \).*/\16:4:1/' src/Makefile
sed -i 's/\(LIB_VERSION = \).*/\16:5:1/' src/Makefile
# we use libtool
cat > configure.ac <<-EOF
......@@ -115,7 +115,9 @@ libs() {
mv "$pkgdir"/usr/lib "$subpkgdir"/usr/
}
sha512sums="0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9 lua-5.1.5.tar.gz
sha512sums="
0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9 lua-5.1.5.tar.gz
ec5945f9f73d87fceaaa2418f1dc5c0f1e2ab1392e3a110e9ca737bfd122a951543899cd9b6170771374c35de8dd106f7b51ba9885eae281241c79b47ee58370 lua-5.1-make.patch
6f9ad12b48ce250d23ed5d91b2feb2db43c405efc30df8ea1c818a83d0a4b36d934e8629224a9a3ca575f9bad1337ed4a97624884e4e2bab9b73e3aed5c20c64 lua-5.1-module_paths.patch
a99154258419dc2e582804eae97517687e5b8b5f731dc91722193d1ff470b8522af6ff4e7142c9258afe4734cd52e6987d3c2108ac52b1487a262f1e89f2f332 lua-5.1-readline.patch"
a99154258419dc2e582804eae97517687e5b8b5f731dc91722193d1ff470b8522af6ff4e7142c9258afe4734cd52e6987d3c2108ac52b1487a262f1e89f2f332 lua-5.1-readline.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment