Date: Sunday, February 9, 2020 @ 15:55:35 Author: jelle Revision: 375128
upgpkg: gv 3.7.4-5 Add perl optdepends, and remove desktop-file-utils which is no longer required. Modified: gv/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-09 15:04:58 UTC (rev 375127) +++ PKGBUILD 2020-02-09 15:55:35 UTC (rev 375128) @@ -1,13 +1,14 @@ -# Maintainer: Eric Bélanger <[email protected]> +# Contributor: Eric Bélanger <[email protected]> pkgname=gv pkgver=3.7.4 -pkgrel=4 +pkgrel=5 pkgdesc="A program to view PostScript and PDF documents" arch=('x86_64') url="https://www.gnu.org/software/gv/" license=('GPL3') -depends=('xaw3d' 'ghostscript' 'desktop-file-utils') +depends=('xaw3d' 'ghostscript') +optdepends=('perl: gv-update-userconfig') options=('emptydirs') source=(https://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} gv.desktop) sha256sums=('2162b3b3a95481d3855b3c4e28f974617eef67824523e56e20b56f12fe201a61'
