summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Brubeck Unhammer2017-10-10 09:15:04 +0200
committerKevin Brubeck Unhammer2017-10-10 09:15:04 +0200
commit2ea2e49afaedc1fb3a8efde6d75396dc9c64bce4 (patch)
tree901b352ead9af4ee74433ddc796d08f3e300e673
parent496d3b1a48d995d5d14cd70786dd48bb454314fe (diff)
downloadaur-2ea2e49afaedc1fb3a8efde6d75396dc9c64bce4.tar.gz
3.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8545eafc95f4..26a92c1c378b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lttoolbox
pkgdesc = Handles lexical processing, morphological analysis and generation of words in natural languages using fast finite state transducers.
- pkgver = 3.3.1
+ pkgver = 3.3.3
pkgrel = 1
url = http://wiki.apertium.org/wiki/Lttoolbox
arch = i686
@@ -10,9 +10,9 @@ pkgbase = lttoolbox
depends = libxml2
depends = gcc-libs
options = !libtool
- source = http://downloads.sourceforge.net/sourceforge/apertium/lttoolbox-3.3.1.tar.gz
- md5sums = d50479b2376a4839b7acac352505623e
- sha256sums = 55eaa1159951d783bb5b42f32fb94727fa19303b7409b720a26a2c5260fbec36
+ source = http://downloads.sourceforge.net/sourceforge/apertium/lttoolbox-3.3.3.tar.gz
+ md5sums = 0bfac9f5ae0f8769a75b18c3fdff827f
+ sha256sums = 5ccfc98bd71e1c9cbb952f3b01a6f615cf580f39ce74cdcb7221fc9b48f40617
pkgname = lttoolbox
diff --git a/PKGBUILD b/PKGBUILD
index 0b4a1b2dca68..eadc5c0eebea 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.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"
@@ -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=('d50479b2376a4839b7acac352505623e')
-sha256sums=('55eaa1159951d783bb5b42f32fb94727fa19303b7409b720a26a2c5260fbec36')
+md5sums=('0bfac9f5ae0f8769a75b18c3fdff827f')
+sha256sums=('5ccfc98bd71e1c9cbb952f3b01a6f615cf580f39ce74cdcb7221fc9b48f40617')
build() {
cd "$srcdir/$pkgname-$pkgver"