From 1f2e04ab21753fc2764036aa3c62f4ee6d73dece Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sat, 20 Jan 2018 10:08:40 +0100 Subject: pcr/lttoolbox: updated to 3.3.3 --- pcr/lttoolbox/PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'pcr/lttoolbox') diff --git a/pcr/lttoolbox/PKGBUILD b/pcr/lttoolbox/PKGBUILD index 4f971ae73..c2b52bf2d 100644 --- a/pcr/lttoolbox/PKGBUILD +++ b/pcr/lttoolbox/PKGBUILD @@ -1,7 +1,11 @@ -# Contributor: Kevin Brubeck Unhammer -# Maintainer: Kevin Brubeck Unhammer +# Contributor (AUR): Kevin Brubeck Unhammer +# Maintainer (AUR): Kevin Brubeck Unhammer + +# parabola changes and rationale: +# no changes. + pkgname=lttoolbox -pkgver=3.3.1 +pkgver=3.3.3 pkgrel=1 pkgdesc="Handles lexical processing, morphological analysis and generation of words in natural languages using fast finite state transducers." url="http://wiki.apertium.org/wiki/Lttoolbox" @@ -9,10 +13,10 @@ license=('GPL') makedepends=('pkgconfig') depends=('libxml2' 'gcc-libs') options=('!libtool') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') source=(http://downloads.sourceforge.net/sourceforge/apertium/lttoolbox-${pkgver}.tar.gz) -md5sums=('d50479b2376a4839b7acac352505623e') -sha256sums=('55eaa1159951d783bb5b42f32fb94727fa19303b7409b720a26a2c5260fbec36') +md5sums=('0bfac9f5ae0f8769a75b18c3fdff827f') +sha256sums=('5ccfc98bd71e1c9cbb952f3b01a6f615cf580f39ce74cdcb7221fc9b48f40617') build() { cd "$srcdir/$pkgname-$pkgver" @@ -23,4 +27,4 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install -} \ No newline at end of file +} -- cgit v1.2.3