summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Sánchez Molero2020-08-24 23:06:14 +0300
committerAlberto Sánchez Molero2020-08-24 23:06:14 +0300
commit4427607529e41cd131ccfd96ef4751837dc2a8fe (patch)
tree19dc5e2a6dad2ab05a60684cce5e92f3e3486c9d
parent49d01c43e1a4c7bfb19fe3af5e6d71afc29e2e56 (diff)
downloadaur-4427607529e41cd131ccfd96ef4751837dc2a8fe.tar.gz
Updated to upstream version 1.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3e99d8dc001..2fdf2222ccc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openfst
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
- pkgver = 1.7.6
+ pkgver = 1.7.9
pkgrel = 1
url = http://www.openfst.org
arch = i686
@@ -10,8 +10,8 @@ pkgbase = openfst
depends = glibc
depends = python
options = !libtool
- source = http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.7.6.tar.gz
- sha1sums = 3fb669b7c064c83f7768d9089b2914a782890474
+ source = http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.7.9.tar.gz
+ sha256sums = 9319aeb31d1e2950ae25449884e255cc2bc9dfaf987f601590763e61a10fbdde
pkgname = openfst
diff --git a/PKGBUILD b/PKGBUILD
index 0b764f5fcb93..f85e4c8c2afe 100644
--- a/PKGBUILD
+++ b/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: Andreas Hauser <andy-aur@splashground.de>
# Contributor: Christoph Drexler <chrdr at gmx dot at>
pkgname=openfst
-pkgver=1.7.6
+pkgver=1.7.9
pkgrel=1
pkgdesc='Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)'
arch=(i686 x86_64)
@@ -13,7 +14,7 @@ license=(Apache)
depends=(gcc-libs glibc python)
options=(!libtool)
source=(http://www.openfst.org/twiki/pub/FST/FstDownload/$pkgname-$pkgver.tar.gz)
-sha1sums=(3fb669b7c064c83f7768d9089b2914a782890474)
+sha256sums=(9319aeb31d1e2950ae25449884e255cc2bc9dfaf987f601590763e61a10fbdde)
build() {
cd $srcdir/$pkgname-$pkgver