From 1b79eb937a876292b14a5e9cf26fc7f8ff4e2319 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 10 Feb 2019 18:59:23 +0100 Subject: pcr/apertium-lex-tools: updated to 0.2.1 --- pcr/apertium-lex-tools/PKGBUILD | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'pcr') diff --git a/pcr/apertium-lex-tools/PKGBUILD b/pcr/apertium-lex-tools/PKGBUILD index 09defbbbe..be6b9defb 100644 --- a/pcr/apertium-lex-tools/PKGBUILD +++ b/pcr/apertium-lex-tools/PKGBUILD @@ -1,39 +1,26 @@ # Contributor (AUR): Kevin Brubeck Unhammer # Maintainer (AUR): Kevin Brubeck Unhammer -# parabola changes and rationale: -# no changes -# NOTE: the AUR PKGBUILD patches the autotools files -# but it was using a version of 'apertium-en-es' from 2011 -# so i did not take the patches - - pkgname=apertium-lex-tools -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 +arch=('i686' 'x86_64' 'armv7h') pkgdesc="Apertium lex tools for compiling translation pairs" -url="http://apertium.org" +url="https://github.com/apertium/apertium-lex-tools" license=('GPL3') makedepends=() -depends=('apertium>=3.5' 'lttoolbox>=3.4') -arch=('i686' 'x86_64' 'armv7h') -source=(https://github.com/apertium/apertium-lex-tools/archive/v${pkgver}.tar.gz) - -md5sums=('7b47064210b9807956e68c5c132bc1ff') -sha256sums=('c8d94488a0b7c3eec99699d8532b7218b6ed6a41023dfb9281fd15860c4e0419') - +depends=('apertium>=3.5.2' 'lttoolbox>=3.5') +source=(https://github.com/apertium/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('f00ca5629e7c0c3162a5e2ba5f570e47d80873cd4763403a1dd88b87af3c6e96') -build() -{ +build() { cd "$srcdir/$pkgname-$pkgver" - ./autogen.sh ./configure --prefix=/usr make } -package() -{ +package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install -- cgit v1.2.3