summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Riera2023-06-22 22:54:12 +0200
committerMarc Riera2023-06-22 22:54:12 +0200
commit2aaa89b0ec164f60d2e1af778bb0b7cf27d4b922 (patch)
tree4968bf260d5c216991b71139345fe3a5d5ec2026
parent3cfa7e6b6a5acf3cc8885ebb4145c6afc01a18ce (diff)
downloadaur-apertium-lex-tools.tar.gz
v0.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eed89fa4d02..300e31358e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apertium-lex-tools
pkgdesc = Module for compiling lexical selection rules and processing them in the pipeline.
- pkgver = 0.3.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://wiki.apertium.org/wiki/Constraint-based_lexical_selection_module
arch = i686
@@ -14,9 +14,10 @@ pkgbase = apertium-lex-tools
makedepends = automake
makedepends = libtool
makedepends = zlib
+ makedepends = utf8cpp
depends = apertium
depends = lttoolbox
- source = apertium-lex-tools-0.3.1.tar.gz::https://github.com/apertium/apertium-lex-tools/archive/refs/tags/v0.3.1.tar.gz
- sha256sums = 113e65de15634c7d3fbb9322a7edc09107ebf8bdf1169fd1eb5cce184a017ebb
+ source = apertium-lex-tools-0.4.2.tar.gz::https://github.com/apertium/apertium-lex-tools/archive/refs/tags/v0.4.2.tar.gz
+ sha256sums = 5a5f03fb36e3c28c8338412a2d53b846995bbaa683db042e58aef0058e4e71b4
pkgname = apertium-lex-tools
diff --git a/PKGBUILD b/PKGBUILD
index 7ab448f2dfb5..ec6351921fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
+# Maintainer: Marc Riera <marcriera@softcatala.org>
# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
pkgname=apertium-lex-tools
-pkgver=0.3.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="Module for compiling lexical selection rules and processing them in the pipeline."
url="https://wiki.apertium.org/wiki/Constraint-based_lexical_selection_module"
license=('GPL2')
-makedepends=('pkgconf' 'gcc' 'make' 'flex' 'autoconf' 'automake' 'libtool' 'zlib')
+makedepends=('pkgconf' 'gcc' 'make' 'flex' 'autoconf' 'automake' 'libtool' 'zlib' 'utf8cpp')
depends=('apertium' 'lttoolbox')
arch=('i686' 'x86_64')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/apertium-lex-tools/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('113e65de15634c7d3fbb9322a7edc09107ebf8bdf1169fd1eb5cce184a017ebb')
+sha256sums=('5a5f03fb36e3c28c8338412a2d53b846995bbaa683db042e58aef0058e4e71b4')
build() {
cd "$srcdir/$pkgname-$pkgver"