summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2021-12-24 13:00:33 -0500
committerEthan Kerrick2021-12-24 13:00:33 -0500
commit7c8ae695e402bcceedc66bce14cfe42865190c7a (patch)
tree22555322cdcb67ebc970c709e282fed8ab6f5efa
parent9d05189f2d517faf744971effbbd9ebce4a77725 (diff)
downloadaur-7c8ae695e402bcceedc66bce14cfe42865190c7a.tar.gz
added glibc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f85717f115b6..6483af92303f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = hts-engine-api-git
pkgdesc = api to synthesize speech waveform from HMMs trained by the HMM-based speech synthesis system forked by r9y9
pkgver = 1.0.9.r38.g3df2613
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/r9y9/hts_engine_API
arch = x86_64
license = GPL
makedepends = git
makedepends = cmake
+ depends = glibc
provides = hts-engine-api
conflicts = hts-engine-api
source = git+https://github.com/r9y9/hts_engine_API
diff --git a/PKGBUILD b/PKGBUILD
index c8032d56e385..002d394f3ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=hts-engine-api-git
_pkgname=hts_engine_API
pkgver=1.0.9.r38.g3df2613
-pkgrel=1
+pkgrel=2
pkgdesc="api to synthesize speech waveform from HMMs trained by the HMM-based speech synthesis system forked by r9y9"
arch=('x86_64')
url="https://github.com/r9y9/hts_engine_API"
license=('GPL')
+depends=('glibc')
makedepends=('git' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")