summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Riera2022-11-01 18:06:09 +0100
committerMarc Riera2022-11-01 18:06:09 +0100
commit27b8b6f333ac1e9a498a768350efa1db1c57396e (patch)
tree6feedf5d1205fd462f9c97286f8152067995c5c2
parent13135a2ea6eca35cf26f35e7df9b6bfd21c04ebe (diff)
downloadaur-27b8b6f333ac1e9a498a768350efa1db1c57396e.tar.gz
v.3.7.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1947783ee1a7..d09e31954874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = lttoolbox
pkgdesc = Finite state compiler, processor and helper tools used by apertium
- pkgver = 3.6.6
+ pkgver = 3.7.1
pkgrel = 1
url = https://wiki.apertium.org/wiki/Lttoolbox
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
makedepends = pkgconf
makedepends = gcc
@@ -13,7 +12,7 @@ pkgbase = lttoolbox
depends = libxml2>=2.6.17
depends = gcc-libs
depends = icu
- source = lttoolbox-3.6.6.tar.gz::https://github.com/apertium/lttoolbox/archive/refs/tags/v3.6.6.tar.gz
- sha256sums = e22d8a0635fc627e21679d168aad019f05279ae811d4913f58ebc3c8bf271f61
+ source = lttoolbox-3.7.1.tar.gz::https://github.com/apertium/lttoolbox/archive/refs/tags/v3.7.1.tar.gz
+ sha256sums = 3ad20ca4c1d15522623062c77a0966ea4d81fc2c44045d96fa86eb79c7325bf1
pkgname = lttoolbox
diff --git a/PKGBUILD b/PKGBUILD
index 05622aba1368..ae171e97bd8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org>
# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
pkgname=lttoolbox
-pkgver=3.6.6
+pkgver=3.7.1
pkgrel=1
pkgdesc="Finite state compiler, processor and helper tools used by apertium"
url="https://wiki.apertium.org/wiki/Lttoolbox"
license=('GPL2')
makedepends=('pkgconf' 'gcc' 'make' 'utf8cpp')
depends=('libxml2>=2.6.17' 'gcc-libs' 'icu')
-arch=('i686' 'x86_64')
+arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/lttoolbox/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e22d8a0635fc627e21679d168aad019f05279ae811d4913f58ebc3c8bf271f61')
+sha256sums=('3ad20ca4c1d15522623062c77a0966ea4d81fc2c44045d96fa86eb79c7325bf1')
build() {
cd "$srcdir/$pkgname-$pkgver"