Index: PKGBUILD =================================================================== --- PKGBUILD (revision 342719) +++ PKGBUILD (working copy) @@ -1,7 +1,7 @@ # Maintainer: pkgname=groff -pkgver=1.22.3 +pkgver=1.22.4 pkgrel=8 pkgdesc='GNU troff text-formatting system' arch=('x86_64') @@ -9,15 +9,16 @@ license=('GPL') groups=('base-devel') depends=('perl' 'gcc-libs') -makedepends=('netpbm' 'psutils' 'libxaw') +makedepends=('netpbm' 'psutils' 'libxaw') 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') options=('!docs' '!emptydirs' '!makeflags') -validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg +# Bertrand Garrigues +validpgpkeys=('2D0C08D2B0AD0D3D8626670272D23FBAC99D4E75') source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} 'site.tmac') -sha256sums=('3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6d828a5' +sha256sums=('e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293' 'SKIP' 'af59ecde597ce9f8189368a7739279a5f8a391139fe048ef6b4e493ed46e5f5f') @@ -27,6 +28,7 @@ ./configure \ --prefix=/usr \ --with-x \ + --with-doc=yes \ --with-appresdir=/usr/share/X11/app-defaults make }