diff options
Diffstat (limited to 'extra/libots/PKGBUILD')
-rw-r--r-- | extra/libots/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libots/PKGBUILD b/extra/libots/PKGBUILD index 74267b655..785f6a42f 100644 --- a/extra/libots/PKGBUILD +++ b/extra/libots/PKGBUILD @@ -4,10 +4,10 @@ pkgname=libots pkgver=0.5.0 -pkgrel=3 +pkgrel=3.2 pkgdesc='Open Text Summarizer' url='http://libots.sourceforge.net/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libxml2' 'glib2') options=('!makeflags') @@ -19,6 +19,7 @@ build() { cd "${srcdir}/ots-${pkgver}" touch gtk-doc.make sed -i -e 's/en.xml$//' dic/Makefile.am + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in libtoolize --force aclocal automake --add-missing --force |