Skip to content
Snippets Groups Projects
Commit ae14d106 authored by Roberto Oliveira's avatar Roberto Oliveira
Browse files

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
# 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"
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