Date: Tuesday, March 4, 2014 @ 00:26:04 Author: bisson Revision: 206640
fix FS#39120 Modified: libots/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-03 23:18:42 UTC (rev 206639) +++ PKGBUILD 2014-03-03 23:26:04 UTC (rev 206640) @@ -1,23 +1,24 @@ # $Id$ +# Maintainer: Gaetan Bisson <[email protected]> # Contributor: Jan de Groot <[email protected]> -# Maintainer: Gaetan Bisson <[email protected]> pkgname=libots pkgver=0.5.0 -pkgrel=3 +pkgrel=4 pkgdesc='Open Text Summarizer' url='http://libots.sourceforge.net/' arch=('i686' 'x86_64') license=('GPL') -depends=('libxml2' 'glib2') -options=('!makeflags') +depends=('libxml2' 'glib2' 'popt') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz") sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a') +options=('!makeflags') + prepare() { cd "${srcdir}/ots-${pkgver}" touch gtk-doc.make - sed -i -e 's/en.xml$//' dic/Makefile.am + sed 's/en.xml$//' -i dic/Makefile.am libtoolize --force aclocal automake --add-missing --force
