summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd01b83a900d..098b588b24fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org>
# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
pkgname=lttoolbox
-pkgver=3.5.3
+pkgver=3.5.4
pkgrel=1
pkgdesc="Finite state compiler, processor and helper tools used by apertium"
url="https://wiki.apertium.org/wiki/Lttoolbox"
@@ -11,7 +11,7 @@ makedepends=('pkgconf' 'gcc' 'make')
depends=('libxml2>=2.6.17' 'gcc-libs')
arch=('i686' 'x86_64')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/lttoolbox/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('d9ea85b32ea5867326ede276f3b52936205f82c42f285bf7b7fe169522d2ff05')
+sha256sums=('8b4236e1a0b2095878b1860baf295b052bc71dee320991014ef1b8591259eb3e')
build() {
cd "$srcdir/$pkgname-$pkgver"