Update to 1.5.0
This commit is contained in:
parent
4171df2b5e
commit
fd418f6859
10
.SRCINFO
10
.SRCINFO
@ -1,7 +1,9 @@
|
||||
# Generated by makepkg 5.0.0
|
||||
# Fri Feb 19 12:24:58 UTC 2016
|
||||
pkgbase = openfst
|
||||
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
|
||||
pkgver = 1.5.0
|
||||
pkgrel = 2
|
||||
pkgver = 1.5.1
|
||||
pkgrel = 1
|
||||
url = http://www.openfst.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -10,8 +12,8 @@ pkgbase = openfst
|
||||
depends = glibc
|
||||
depends = python2
|
||||
options = !libtool
|
||||
source = http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.5.0.tar.gz
|
||||
sha256sums = 01c2b810295a942fede5b711bd04bdc9677855c846fedcc999c792604e02177b
|
||||
source = http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.5.1.tar.gz
|
||||
sha256sums = d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925
|
||||
|
||||
pkgname = openfst
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,8 +2,8 @@
|
||||
# Former Maintainer: Christoph Drexler <chrdr at gmx dot at>
|
||||
|
||||
pkgname=openfst
|
||||
pkgver=1.5.0
|
||||
pkgrel=2
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.openfst.org/"
|
||||
@ -11,7 +11,7 @@ license=('APACHE')
|
||||
depends=('gcc-libs' 'glibc' 'python2')
|
||||
options=(!libtool)
|
||||
source=("http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('01c2b810295a942fede5b711bd04bdc9677855c846fedcc999c792604e02177b')
|
||||
sha256sums=('d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925')
|
||||
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user