summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2018-05-18 14:33:51 +0300
committervantu5z2018-05-18 14:35:46 +0300
commit87c83e7e1a87b866c26f5597ec39c1c4f36d4bd4 (patch)
treebdfc4a3bc800c9f39f96a5df774dd97de67e892d
parent4255cabbca718d8c8e51e9423892f01d31a6ddb7 (diff)
downloadaur-87c83e7e1a87b866c26f5597ec39c1c4f36d4bd4.tar.gz
update depends
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a495584290d2..aa122bd9c721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = rhvoice-git
- pkgdesc = free and open source speech synthesizer for Russian and other languages
+ pkgdesc = Free and open source speech synthesizer for Russian and other languages
pkgver = 20180518
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Olga-Yakovleva/RHVoice
arch = i686
arch = x86_64
license = GPL3
+ makedepends = git
makedepends = scons
depends = libpulse
depends = libao
depends = portaudio
depends = glibmm
optdepends = alsa-utils: for using aplay
+ optdepends = rhvoice-dictionary-git: extended russian dictionary
provides = rhvoice
replaces = rhvoice
backup = etc/RHVoice/RHVoice.conf
diff --git a/PKGBUILD b/PKGBUILD
index 010be3d51d5c..2ea236f7ccfd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=rhvoice-git
pkgver=20180518
-pkgrel=1
-pkgdesc="free and open source speech synthesizer for Russian and other languages"
+pkgrel=2
+pkgdesc="Free and open source speech synthesizer for Russian and other languages"
arch=('i686' 'x86_64')
url="https://github.com/Olga-Yakovleva/RHVoice"
license=('GPL3')
depends=('libpulse' 'libao' 'portaudio' 'glibmm')
-makedepends=('scons')
-optdepends=('alsa-utils: for using aplay')
+makedepends=('git' 'scons')
+optdepends=('alsa-utils: for using aplay'
+ 'rhvoice-dictionary-git: extended russian dictionary')
provides=('rhvoice')
replaces=('rhvoice')
backup=('etc/RHVoice/RHVoice.conf')