* update tclap to 1.2.5-2

This commit is contained in:
Alexander Baldeck 2024-08-15 07:12:36 +02:00
parent 6af64791bd
commit 565a4c4250
2 changed files with 12 additions and 1 deletions

11
tclap/.SRCINFO Normal file
View File

@ -0,0 +1,11 @@
pkgbase = tclap
pkgdesc = Small, flexible library that provides a simple interface for defining and accessing command line arguments
pkgver = 1.2.5
pkgrel = 2
url = http://tclap.sourceforge.net/
arch = any
license = MIT
source = https://downloads.sourceforge.net/sourceforge/tclap/tclap-1.2.5.tar.gz
sha256sums = bb649f76dae35e8d0dcba4b52acfd4e062d787e6a81b43f7a4b01275153165a6
pkgname = tclap

View File

@ -4,7 +4,7 @@
pkgname=tclap pkgname=tclap
pkgver=1.2.5 pkgver=1.2.5
pkgrel=1 pkgrel=2
pkgdesc="Small, flexible library that provides a simple interface for defining and accessing command line arguments" pkgdesc="Small, flexible library that provides a simple interface for defining and accessing command line arguments"
arch=(any) arch=(any)
url="http://tclap.sourceforge.net/" url="http://tclap.sourceforge.net/"