Updated to upstream version 1.7.9
This commit is contained in:
parent
49d01c43e1
commit
4427607529
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
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.7.6
|
pkgver = 1.7.9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.openfst.org
|
url = http://www.openfst.org
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -10,8 +10,8 @@ pkgbase = openfst
|
|||||||
depends = glibc
|
depends = glibc
|
||||||
depends = python
|
depends = python
|
||||||
options = !libtool
|
options = !libtool
|
||||||
source = http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.7.6.tar.gz
|
source = http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.7.9.tar.gz
|
||||||
sha1sums = 3fb669b7c064c83f7768d9089b2914a782890474
|
sha256sums = 9319aeb31d1e2950ae25449884e255cc2bc9dfaf987f601590763e61a10fbdde
|
||||||
|
|
||||||
pkgname = openfst
|
pkgname = openfst
|
||||||
|
|
||||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,10 +1,11 @@
|
|||||||
# Maintainer: Jean Lucas <jean@4ray.co>
|
# Maintainer: Alberto Sánchez Molero <com dot gmail at alsamolero>
|
||||||
|
# Contributor: Jean Lucas <jean@4ray.co>
|
||||||
# Contributor: Kilian Gebhardt <gebhardtkilian at gmail dot com>
|
# Contributor: Kilian Gebhardt <gebhardtkilian at gmail dot com>
|
||||||
# Contributor: Andreas Hauser <andy-aur@splashground.de>
|
# Contributor: Andreas Hauser <andy-aur@splashground.de>
|
||||||
# Contributor: Christoph Drexler <chrdr at gmx dot at>
|
# Contributor: Christoph Drexler <chrdr at gmx dot at>
|
||||||
|
|
||||||
pkgname=openfst
|
pkgname=openfst
|
||||||
pkgver=1.7.6
|
pkgver=1.7.9
|
||||||
pkgrel=1
|
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)
|
||||||
@ -13,7 +14,7 @@ license=(Apache)
|
|||||||
depends=(gcc-libs glibc python)
|
depends=(gcc-libs glibc python)
|
||||||
options=(!libtool)
|
options=(!libtool)
|
||||||
source=(http://www.openfst.org/twiki/pub/FST/FstDownload/$pkgname-$pkgver.tar.gz)
|
source=(http://www.openfst.org/twiki/pub/FST/FstDownload/$pkgname-$pkgver.tar.gz)
|
||||||
sha1sums=(3fb669b7c064c83f7768d9089b2914a782890474)
|
sha256sums=(9319aeb31d1e2950ae25449884e255cc2bc9dfaf987f601590763e61a10fbdde)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
Loading…
Reference in New Issue
Block a user