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
ae14d106
Commit
ae14d106
authored
6 years ago
by
Roberto Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
community/tclap: upgrade to 1.2.2
use -j1 for check() to avoid race
parent
ea043c4c
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/tclap/APKBUILD
+3
-3
3 additions, 3 deletions
community/tclap/APKBUILD
with
3 additions
and
3 deletions
community/tclap/APKBUILD
+
3
−
3
View file @
ae14d106
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
tclap
pkgver
=
1.2.
1
pkgver
=
1.2.
2
pkgrel
=
0
pkgdesc
=
"Templatized C++ Command Line Parser"
url
=
"http://tclap.sourceforge.net"
...
...
@@ -23,7 +23,7 @@ build() {
check
()
{
cd
"
$builddir
"
make check
make
-j1
check
}
package
()
{
...
...
@@ -31,5 +31,5 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
8bd6ee724600880840048c7b36f02d31b1aa4910b17f80fb04aef89b1f1917856d9979ec488edbd457b66d9d689aea97540abb842a8b902bbd75c66a6e07b9b1
tclap-1.2.
1
.tar.gz
sha512sums
=
"
516ec17f82a61277922bc8c0ed66973300bf42a738847fbbd2912c6405c34f94a13e47dc964854a5b26a9a9f1f518cce682ca54e769d6016851656c647866107
tclap-1.2.
2
.tar.gz
d88b298d5de2c1e8b628babc75b0a075b1c359c76b67d068e233e248c3b08dc7374865c1e725e4945fa900647d7bbf80cdaf7cbef2f198813ffa69844d04ee0b skip-docs.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