summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2016-10-14 20:34:36 +0300
committerJohn Gleezowood2016-10-14 20:34:36 +0300
commite50731f683aeca6cb6bedd982b55aea7d22b3096 (patch)
tree91cc71d58ecb10582c7f799a3606c0f3de3dd228
parenta47f6521acdf7bfd76293cb5881b16f446fc0bdd (diff)
downloadaur-e50731f683aeca6cb6bedd982b55aea7d22b3096.tar.gz
up to 1.10
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3f6d6269411..8b1709a9befe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hts-engine
pkgdesc = Engine to synthesize speech waveform from HMMs trained by hts.
- pkgver = 1.08
+ pkgver = 1.10
pkgrel = 1
url = http://hts-engine.sourceforge.net/
arch = i686
@@ -8,9 +8,9 @@ pkgbase = hts-engine
license = BSD
depends = glibc
options = staticlibs
- source = http://downloads.sourceforge.net/hts-engine/hts_engine_API-1.08.tar.gz
- md5sums = c0bfe613eb18e5cd923d3a9809716c27
- sha256sums = 9b1dc62dd15346ead364722beb832b8ef93d1c95a3aa5de79b341de510a44638
+ source = http://downloads.sourceforge.net/hts-engine/hts_engine_API-1.10.tar.gz
+ md5sums = 5626d1e2522659e93fb295f0b42339f5
+ sha256sums = e2132be5860d8fb4a460be766454cfd7c3e21cf67b509c48e1804feab14968f7
pkgname = hts-engine
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..67f5973d10dd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/pkg/
+/src/
+*.gz
+*.xz
+
diff --git a/PKGBUILD b/PKGBUILD
index d4919e939883..fdcbd944ad81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Moritz Maxeiner <moritz@ucworks.org>
pkgname=hts-engine
-pkgver=1.08
+pkgver=1.10
pkgrel=1
pkgdesc="Engine to synthesize speech waveform from HMMs trained by hts."
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ license=('BSD')
depends=('glibc')
options=('staticlibs')
source=(http://downloads.sourceforge.net/$pkgname/hts_engine_API-$pkgver.tar.gz)
-md5sums=('c0bfe613eb18e5cd923d3a9809716c27')
-sha256sums=('9b1dc62dd15346ead364722beb832b8ef93d1c95a3aa5de79b341de510a44638')
+md5sums=('5626d1e2522659e93fb295f0b42339f5')
+sha256sums=('e2132be5860d8fb4a460be766454cfd7c3e21cf67b509c48e1804feab14968f7')
build()
{