diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 18:59:23 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 18:59:23 +0100 |
commit | 1b79eb937a876292b14a5e9cf26fc7f8ff4e2319 (patch) | |
tree | 0d6cf7507d9729124149d15b45f9b9898e6635ce /pcr | |
parent | b401b75a1203c9fbc02de75d4718531d931a9283 (diff) | |
download | abslibre-1b79eb937a876292b14a5e9cf26fc7f8ff4e2319.tar.gz abslibre-1b79eb937a876292b14a5e9cf26fc7f8ff4e2319.tar.bz2 abslibre-1b79eb937a876292b14a5e9cf26fc7f8ff4e2319.zip |
pcr/apertium-lex-tools: updated to 0.2.1
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/apertium-lex-tools/PKGBUILD | 29 |
1 files changed, 8 insertions, 21 deletions
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 <unhammer@fsfe.org> # Maintainer (AUR): Kevin Brubeck Unhammer <unhammer@fsfe.org> -# 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 |