Update to 1.5.0

This commit is contained in:
buggs 2016-02-19 13:25:27 +01:00
parent 4171df2b5e
commit fd418f6859
2 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,9 @@
# Generated by makepkg 5.0.0
# Fri Feb 19 12:24:58 UTC 2016
pkgbase = openfst pkgbase = openfst
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs) pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
pkgver = 1.5.0 pkgver = 1.5.1
pkgrel = 2 pkgrel = 1
url = http://www.openfst.org/ url = http://www.openfst.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -10,8 +12,8 @@ pkgbase = openfst
depends = glibc depends = glibc
depends = python2 depends = python2
options = !libtool options = !libtool
source = http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.5.0.tar.gz source = http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.5.1.tar.gz
sha256sums = 01c2b810295a942fede5b711bd04bdc9677855c846fedcc999c792604e02177b sha256sums = d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925
pkgname = openfst pkgname = openfst

View File

@ -2,8 +2,8 @@
# Former Maintainer: Christoph Drexler <chrdr at gmx dot at> # Former Maintainer: Christoph Drexler <chrdr at gmx dot at>
pkgname=openfst pkgname=openfst
pkgver=1.5.0 pkgver=1.5.1
pkgrel=2 pkgrel=1
pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)" pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.openfst.org/" url="http://www.openfst.org/"
@ -11,7 +11,7 @@ license=('APACHE')
depends=('gcc-libs' 'glibc' 'python2') depends=('gcc-libs' 'glibc' 'python2')
options=(!libtool) options=(!libtool)
source=("http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/${pkgname}-${pkgver}.tar.gz") source=("http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/${pkgname}-${pkgver}.tar.gz")
sha256sums=('01c2b810295a942fede5b711bd04bdc9677855c846fedcc999c792604e02177b') sha256sums=('d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925')
build() { build() {