diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 10:08:40 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 10:08:40 +0100 |
commit | 1f2e04ab21753fc2764036aa3c62f4ee6d73dece (patch) | |
tree | a3d684caf2b89af335e3997ca97e2bf92130534e /pcr | |
parent | b0a328a153f71c59d96db44e94498f6472588876 (diff) | |
download | abslibre-1f2e04ab21753fc2764036aa3c62f4ee6d73dece.tar.gz abslibre-1f2e04ab21753fc2764036aa3c62f4ee6d73dece.tar.bz2 abslibre-1f2e04ab21753fc2764036aa3c62f4ee6d73dece.zip |
pcr/lttoolbox: updated to 3.3.3
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/lttoolbox/PKGBUILD | 18 |
1 files changed, 11 insertions, 7 deletions
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 <unhammer@fsfe.org> -# Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org> +# Contributor (AUR): Kevin Brubeck Unhammer <unhammer@fsfe.org> +# Maintainer (AUR): Kevin Brubeck Unhammer <unhammer@fsfe.org> + +# 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 +} |