summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Brubeck Unhammer2015-07-14 10:31:56 +0200
committerKevin Brubeck Unhammer2015-07-14 10:32:16 +0200
commit137f207f70b9d07435c4561bdcef4a6536fe9995 (patch)
tree5b014244bb6b18c72b82d4a0665fbebabd9b1b16
parentbae3b0e36e1e7e2cb0604499ba8d27bf541b517f (diff)
downloadaur-137f207f70b9d07435c4561bdcef4a6536fe9995.tar.gz
3.3.1 (dep of apertium 3.3.4)
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b2894ae9f2b..0b4a1b2dca68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
# Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org>
pkgname=lttoolbox
-pkgver=3.3.0
+pkgver=3.3.1
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"
@@ -11,8 +11,8 @@ depends=('libxml2' 'gcc-libs')
options=('!libtool')
arch=('i686' 'x86_64')
source=(http://downloads.sourceforge.net/sourceforge/apertium/lttoolbox-${pkgver}.tar.gz)
-md5sums=('001144ffacd544695f5343691cec1824')
-sha256sums=('b12cb16f286e87f15eea0e3e988c70e89183eaa6e46a517aff2a4260e52ed773')
+md5sums=('d50479b2376a4839b7acac352505623e')
+sha256sums=('55eaa1159951d783bb5b42f32fb94727fa19303b7409b720a26a2c5260fbec36')
build() {
cd "$srcdir/$pkgname-$pkgver"