summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Riera2025-04-11 13:03:17 +0200
committerMarc Riera2025-04-11 13:03:17 +0200
commitb73041ac6e7933972505dca45524fd6a637b8352 (patch)
treefced2e18c8d701fe0d5ec6d8e7f7a8873882dde1 /PKGBUILD
parentb99464db8c244a6eb573730b2da3b7375538e762 (diff)
downloadaur-apertium-separable.tar.gz
v0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8cc9d496c78..2906e612e4f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Marc Riera <marcriera@softcatala.org>
# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
pkgname=apertium-separable
-pkgver=0.6.1
+pkgver=0.7.1
pkgrel=1
pkgdesc="Module for reordering separable/discontiguous multiwords."
url="https://wiki.apertium.org/wiki/Apertium_separable"
license=('GPL3')
makedepends=('pkgconf' 'autoconf' 'gcc' 'utf8cpp')
-depends=('lttoolbox>=3.7.0' 'zlib')
+depends=('lttoolbox>=3.7.8' 'zlib')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/apertium-separable/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('5a288f3aaf9f8a621e28423ee8bc81619305f24570279aa1cfdc75cfb2a40df7')
+sha256sums=('8c258bc3e40323a60d2eae831b04b15c175ccf8a805fe0919025b3c01c135f24')
build() {
- export CXXFLAGS="$CXXFLAGS -I/usr/include/utf8cpp"
cd "$srcdir/${pkgname}-${pkgver}"
./autogen.sh --prefix=/usr
make