Date: Thursday, March 24, 2016 @ 20:11:21
  Author: andyrtr
Revision: 262477

upgpkg: groff 1.22.3-6

rebuild without ghostscript; should save us rebuilds for future ghostscript 
updates - no files are missing, see old FS#14517 that introduced the dependency 
on ghostscript

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-03-24 18:43:20 UTC (rev 262476)
+++ PKGBUILD    2016-03-24 19:11:21 UTC (rev 262477)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer: 
 
-### rebuild on every ghostscript update -  FS#36562 ###
-
 pkgname=groff
 pkgver=1.22.3
-pkgrel=5
+pkgrel=6
 pkgdesc="GNU troff text-formatting system"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/groff/groff.html";
@@ -12,7 +10,7 @@
 license=('GPL')
 groups=('base-devel')
 depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript' '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')

Reply via email to