Update to 1.5.4.1
This commit is contained in:
parent
694b839d1a
commit
ad179eecc9
8
.SRCINFO
8
.SRCINFO
@ -1,8 +1,8 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Wed Feb 24 11:44:10 UTC 2016
|
||||
# Sat Oct 29 22:42:38 UTC 2016
|
||||
pkgbase = openfst
|
||||
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
|
||||
pkgver = 1.5.1.7
|
||||
pkgver = 1.5.4.1
|
||||
pkgrel = 1
|
||||
url = http://www.openfst.org/
|
||||
arch = i686
|
||||
@ -12,8 +12,8 @@ pkgbase = openfst
|
||||
depends = glibc
|
||||
depends = python2
|
||||
options = !libtool
|
||||
source = http://openfst.cs.nyu.edu/twiki/bin/viewfile/FST/FstDownload?filename=openfst-1.5.1.tar.gz;rev=7
|
||||
sha256sums = bb0c0e6cf8bed843c36f412f66abfd87604b3220773e4c25fd723a7a5759a3f2
|
||||
source = http://openfst.cs.nyu.edu/twiki/bin/viewfile/FST/FstDownload?filename=openfst-1.5.4.tar.gz;rev=1
|
||||
sha256sums = acc115aaaa33de53de62dae44120ab368fabaea06f52606b77714081ecd32657
|
||||
|
||||
pkgname = openfst
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Former Maintainer: Christoph Drexler <chrdr at gmx dot at>
|
||||
|
||||
pkgname=openfst
|
||||
pkgver=1.5.1.7
|
||||
pkgver=1.5.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -11,7 +11,7 @@ license=('APACHE')
|
||||
depends=('gcc-libs' 'glibc' 'python2')
|
||||
options=(!libtool)
|
||||
source=("http://openfst.cs.nyu.edu/twiki/bin/viewfile/FST/FstDownload?filename=${pkgname}-${pkgver/%.?/}.tar.gz;rev=${pkgver/*./}")
|
||||
sha256sums=('bb0c0e6cf8bed843c36f412f66abfd87604b3220773e4c25fd723a7a5759a3f2')
|
||||
sha256sums=('acc115aaaa33de53de62dae44120ab368fabaea06f52606b77714081ecd32657')
|
||||
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user