Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
3350de55
Unverified
Commit
3350de55
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
main/lua5.1: correct lua patch version
parent
c6e0a422
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/lua5.1/APKBUILD
+6
-4
6 additions, 4 deletions
main/lua5.1/APKBUILD
with
6 additions
and
4 deletions
main/lua5.1/APKBUILD
+
6
−
4
View file @
3350de55
...
...
@@ -3,7 +3,7 @@ pkgname=lua5.1
_pkgname
=
lua
pkgver
=
5.1.5
_luaver
=
${
pkgname
#lua
}
pkgrel
=
1
0
pkgrel
=
1
1
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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment