From f38edbff3878008c8b2ae1ca8a496c349763017b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Apr 2013 01:12:25 -0700 Subject: Sun Apr 28 01:11:42 PDT 2013 --- community/catdoc/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/catdoc/PKGBUILD') diff --git a/community/catdoc/PKGBUILD b/community/catdoc/PKGBUILD index bad621899..549cddb7d 100644 --- a/community/catdoc/PKGBUILD +++ b/community/catdoc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 75719 2012-08-29 11:08:22Z bisson $ +# $Id: PKGBUILD 89169 2013-04-27 12:49:08Z kkeen $ # Maintainer: Juergen Hoetzel # Contributor: Paulius Palevicius pkgname=catdoc -pkgver=0.94.3 +pkgver=0.94.4 pkgrel=1 pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text" arch=('i686' 'x86_64') @@ -13,12 +13,12 @@ depends=('glibc') optdepends=('tk: for using wordview') options=('!makeflags') source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz) -md5sums=('61212b9fd06b0a31aa7bc9a671130f57') +md5sums=('4820680e3611392caf2b4dd2413bfae5') build() { cd "$srcdir/$pkgname-$pkgver" sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in - sed -i 's/0.94.2/0.94.3/' configure* doc/*.1 src/makefile.tc + sed -i 's/0.94.2/0.94.4/' configure* doc/*.1 src/makefile.tc ./configure --prefix=/usr --with-wish=/usr/bin/wish make } -- cgit v1.2.3-54-g00ecf