diff options
author | John Gleezowood | 2018-01-24 10:03:47 +0300 |
---|---|---|
committer | John Gleezowood | 2018-01-24 10:03:47 +0300 |
commit | f4c56551f279aafda452a2baf3b3ecd378962855 (patch) | |
tree | 32fe2b116500977a6732c72dc75287a3ae921fca | |
parent | e50731f683aeca6cb6bedd982b55aea7d22b3096 (diff) | |
download | aur-f4c56551f279aafda452a2baf3b3ecd378962855.tar.gz |
arch+='armv7h'
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # Maintainer: Moritz Maxeiner <moritz@ucworks.org> pkgname=hts-engine pkgver=1.10 -pkgrel=1 +pkgrel=2 pkgdesc="Engine to synthesize speech waveform from HMMs trained by hts." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="http://hts-engine.sourceforge.net/" license=('BSD') depends=('glibc') |