diff --git a/tclap/.SRCINFO b/tclap/.SRCINFO new file mode 100644 index 0000000000..39a2fbec09 --- /dev/null +++ b/tclap/.SRCINFO @@ -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 diff --git a/tclap/PKGBUILD b/tclap/PKGBUILD index 99bee072aa..c644bf5abe 100644 --- a/tclap/PKGBUILD +++ b/tclap/PKGBUILD @@ -4,7 +4,7 @@ pkgname=tclap pkgver=1.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="Small, flexible library that provides a simple interface for defining and accessing command line arguments" arch=(any) url="http://tclap.sourceforge.net/"