summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be1cd4bb204..f1f11d2300a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = apertium-recursive
pkgdesc = A recursive structural transfer module for Apertium
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://wiki.apertium.org/wiki/Apertium-recursive
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = pkgconf
makedepends = autoconf
makedepends = gcc
makedepends = utf8cpp
- depends = lttoolbox>=3.6.4
- depends = apertium>=3.8.1
+ depends = lttoolbox>=3.7.1
+ depends = apertium>=3.8.3
depends = libxml2>=2.6.17
depends = pcre
depends = icu
- source = apertium-recursive-1.1.1.tar.gz::https://github.com/apertium/apertium-recursive/archive/refs/tags/v1.1.1.tar.gz
- sha256sums = 416ea9c2baf2d2a7151f86ef1e2deedc8b8f21307b3227ddb0623e8eecf735cd
+ source = apertium-recursive-1.1.2.tar.gz::https://github.com/apertium/apertium-recursive/archive/refs/tags/v1.1.2.tar.gz
+ sha256sums = ed32fd1978825a2a455e358d6807c825f84c50c3860617d8f7fce76a676b5a21
pkgname = apertium-recursive
diff --git a/PKGBUILD b/PKGBUILD
index 5d13e2348f91..aa395ecc1332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Marc Riera <marcriera@softcatala.org>
pkgname=apertium-recursive
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="A recursive structural transfer module for Apertium"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://wiki.apertium.org/wiki/Apertium-recursive"
license=('GPL3')
makedepends=('pkgconf' 'autoconf' 'gcc' 'utf8cpp')
-depends=('lttoolbox>=3.6.4' 'apertium>=3.8.1' 'libxml2>=2.6.17' 'pcre' 'icu')
+depends=('lttoolbox>=3.7.1' 'apertium>=3.8.3' 'libxml2>=2.6.17' 'pcre' 'icu')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('416ea9c2baf2d2a7151f86ef1e2deedc8b8f21307b3227ddb0623e8eecf735cd')
+sha256sums=('ed32fd1978825a2a455e358d6807c825f84c50c3860617d8f7fce76a676b5a21')
build() {
export CXXFLAGS="$CXXFLAGS -I/usr/include/utf8cpp"