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
8f90ff03
Commit
8f90ff03
authored
2 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/lua-date: upgrade to 2.2
parent
7a6ecaa7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/lua-date/APKBUILD
+7
-5
7 additions, 5 deletions
community/lua-date/APKBUILD
with
7 additions
and
5 deletions
community/lua-date/APKBUILD
+
7
−
5
View file @
8f90ff03
...
...
@@ -2,8 +2,8 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
lua-date
_rockname
=
date
pkgver
=
2.
1.
2
pkgrel
=
1
pkgver
=
2.2
pkgrel
=
0
pkgdesc
=
"Date & Time module for Lua 5.x"
url
=
"https://github.com/Tieske/date"
arch
=
"noarch"
...
...
@@ -21,18 +21,20 @@ done
check
()
{
local
lver
;
for
lver
in
$_luaversions
jit
;
do
msg
"Testing on lua
$lver
"
lua
$lver
/usr/bin/busted
lua
$lver
/usr/bin/busted
--no-coverage
done
}
package
()
{
local
rockdir
=
"
$pkgdir
/usr/lib/luarocks/rocks-common/
$_rockname
/
$pkgver
-1"
install
-m
644
-D
"
$builddir
"
/date.lua
\
install
-m
644
-D
"
$builddir
"
/
src/
date.lua
\
"
$pkgdir
"
/usr/share/lua/common/date.lua
mkdir
-p
"
$rockdir
"
echo
'rock_manifest = {}'
>
"
$rockdir
"
/rock_manifest
}
sha512sums
=
"78b85b05e2d3b41af024baae83b29f4deadbf2501d6a8c50017f9bc4125c53c83c821e415536b4b9f35b6025051af3d8e24eb93e47b0f36eeec62444c03ed364 lua-date-2.1.2.tar.gz"
sha512sums
=
"
cebf3532d3b127df1b8439bb395fa81929c89cd897930164c6e391d6a65dd93fe2f03ebd0c77312a6a2ed1ed7fa24308862ca7ca44c5bf84cbe7150ef2dce429 lua-date-2.2.tar.gz
"
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