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

Andreas Radke andyrtr at archlinux.org
Mon Dec 23 12:25:42 UTC 2019


    Date: Monday, December 23, 2019 @ 12:25:41
  Author: andyrtr
Revision: 372155

upgpkg: groff 1.22.4-3: add optdepends on perl-file-homedir - #FS58409

Modified:
  groff/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-23 12:02:11 UTC (rev 372154)
+++ PKGBUILD	2019-12-23 12:25:41 UTC (rev 372155)
@@ -2,7 +2,7 @@
 
 pkgname=groff
 pkgver=1.22.4
-pkgrel=2
+pkgrel=3
 pkgdesc='GNU troff text-formatting system'
 arch=('x86_64')
 url='https://www.gnu.org/software/groff/groff.html'
@@ -9,10 +9,11 @@
 license=('GPL')
 groups=('base-devel')
 depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils'  'libxaw')
+makedepends=('netpbm' 'psutils'  'libxaw' 'perl-file-homedir')
 optdepends=('netpbm: for use together with man -H command interaction in browsers'
             'psutils: for use together with man -H command interaction in browsers'
-            'libxaw: for gxditview')
+            'libxaw: for gxditview'
+            'perl-file-homedir: for use with glilypond')
 options=('!docs' '!emptydirs' '!makeflags')
 validpgpkeys=('2D0C08D2B0AD0D3D8626670272D23FBAC99D4E75') # Bertrand Garrigues <bertrand.garrigues at laposte.net>
 source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}



More information about the arch-commits mailing list