Date: Tuesday, January 9, 2018 @ 21:01:13
  Author: bisson
Revision: 280772

upstream update

Modified:
  tclap/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-09 20:53:20 UTC (rev 280771)
+++ PKGBUILD    2018-01-09 21:01:13 UTC (rev 280772)
@@ -3,14 +3,14 @@
 # Contributor: Sébastien Piccand <sebcactus gmail com>
 
 pkgname=tclap
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="A small, flexible library that provides a simple interface for 
defining and accessing command line arguments"
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Small, flexible library that provides a simple interface for defining 
and accessing command line arguments'
+url='http://tclap.sourceforge.net/'
 arch=('any')
-url="http://tclap.sourceforge.net/";
 license=('MIT')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e07cb13a6849b21189865f74e447d373b325d577')
 
 build() {
  cd "${srcdir}/${pkgname}-${pkgver}"

Reply via email to