summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Riera2023-12-28 13:58:58 +0100
committerMarc Riera2023-12-28 13:58:58 +0100
commit67127d5abda81666855a5447a94128c791a7a1e0 (patch)
tree3431fe403a26690aa48962643a6245255b09e9b5 /PKGBUILD
parent27b8b6f333ac1e9a498a768350efa1db1c57396e (diff)
downloadaur-lttoolbox.tar.gz
v3.7.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae171e97bd8a..23366bf19c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org>
# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
pkgname=lttoolbox
-pkgver=3.7.1
+pkgver=3.7.6
pkgrel=1
pkgdesc="Finite state compiler, processor and helper tools used by apertium"
url="https://wiki.apertium.org/wiki/Lttoolbox"
@@ -12,7 +12,7 @@ makedepends=('pkgconf' 'gcc' 'make' 'utf8cpp')
depends=('libxml2>=2.6.17' 'gcc-libs' 'icu')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/lttoolbox/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('3ad20ca4c1d15522623062c77a0966ea4d81fc2c44045d96fa86eb79c7325bf1')
+sha256sums=('06cae70c8a0c93a358b84f95e287009ca4d7e732e05b782ac27156bc8ded4762')
build() {
cd "$srcdir/$pkgname-$pkgver"