Date: Saturday, April 27, 2013 @ 14:48:43 Author: kkeen Revision: 89168
upgpkg: catdoc 0.94.4-1 Modified: catdoc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-27 12:41:00 UTC (rev 89167) +++ PKGBUILD 2013-04-27 12:48:43 UTC (rev 89168) @@ -3,7 +3,7 @@ # Contributor: Paulius Palevicius <[email protected]> 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 @@ 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 }
