[arch-commits] Commit in tclap/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Thu Nov 4 04:32:01 UTC 2021


    Date: Thursday, November 4, 2021 @ 04:32:00
  Author: archange
Revision: 1036016

upgpkg: tclap 1.2.5-1

Modified:
  tclap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-04 04:32:00 UTC (rev 1036015)
+++ PKGBUILD	2021-11-04 04:32:00 UTC (rev 1036016)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Piccand <sebcactus gmail com>
 
 pkgname=tclap
-pkgver=1.2.3
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="Small, flexible library that provides a simple interface for defining and accessing command line arguments"
 arch=(any)
@@ -9,7 +9,7 @@
 url="http://tclap.sourceforge.net/"
 license=(MIT)
 source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('19e7db5281540f154348770bc3a7484575f4f549aef8e00aabcc94b395f773c9')
+sha256sums=('bb649f76dae35e8d0dcba4b52acfd4e062d787e6a81b43f7a4b01275153165a6')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -21,4 +21,6 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+  # Do not package docs, 97% in size
+  rm -r "${pkgdir}"/usr/share/doc/
 }



More information about the arch-commits mailing list