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

Anatol Pomozov anatolik at archlinux.org
Thu Nov 20 15:26:20 UTC 2014


    Date: Thursday, November 20, 2014 @ 16:26:20
  Author: anatolik
Revision: 226755

upgpkg: groff 1.22.3-1

Use -j1 otherwise build fails

Modified:
  groff/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-20 14:56:52 UTC (rev 226754)
+++ PKGBUILD	2014-11-20 15:26:20 UTC (rev 226755)
@@ -4,8 +4,8 @@
 ### rebuild on every ghostscript update -  FS#36562 ###
 
 pkgname=groff
-pkgver=1.22.2
-pkgrel=7
+pkgver=1.22.3
+pkgrel=1
 pkgdesc="GNU troff text-formatting system"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/groff/groff.html"
@@ -18,10 +18,10 @@
             'libxaw: for gxditview')
 source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
         site.tmac)
-options=('!docs' '!emptydirs')
+options=('!docs' '!emptydirs' '!makeflags')
 install=groff.install
-md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
-         '65207deb0a9b54324cb947f25ec9164f'
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+         'SKIP'
          'a1fedafd7863b37968d32ad9ae1d8c13')
 
 build() {



More information about the arch-commits mailing list