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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 13 09:12:25 UTC 2013


    Date: Monday, May 13, 2013 @ 11:12:24
  Author: spupykin
Revision: 90568

Modified:
  moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 08:37:27 UTC (rev 90567)
+++ PKGBUILD	2013-05-13 09:12:24 UTC (rev 90568)
@@ -3,8 +3,8 @@
 # Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
 
 pkgname=moreutils
-pkgver=0.47
-pkgrel=2
+pkgver=0.48
+pkgrel=1
 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
 arch=('i686' 'x86_64')
 url="http://joeyh.name/code/moreutils/"
@@ -14,14 +14,16 @@
 options=('!emptydirs' 'zipman')
 replaces=(moreutils-svn)
 source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
-md5sums=('4cd3b41a90d07166632942e173ac5ce2')
+md5sums=('c6f1eb13132a88ce053be709aa2625d2')
 
 build() {
   cd $srcdir/$pkgname
+  sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook
   make DOCBOOK2XMAN=docbook2man
 }
 
 package() {
+  cd $srcdir/$pkgname
   make PREFIX=$pkgdir/usr install
   chmod 0644 $pkgdir/usr/share/man/man1/*
 




More information about the arch-commits mailing list