summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Epaneshnikov2021-07-06 12:58:39 +0300
committerAlexander Epaneshnikov2021-07-06 12:58:39 +0300
commit7befdac5d1c46c6cfe6c13120aaa65da22351729 (patch)
treef28106dc35a622181aec6b49849ade86c31eabdc
parentde7686cf2c0e84c96fbb2928be21ae5db56ce3e7 (diff)
downloadaur-7befdac5d1c46c6cfe6c13120aaa65da22351729.tar.gz
upgpkg: rhvoice-git 1.2.4.r66.87e2514-1
fix build in clean chroot
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b4b40f065bf..30a362af466f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhvoice-git
pkgdesc = Free and open source speech synthesizer for Russian and other languages. (development version)
- pkgver = 1.2.4.r57.d1fb840
+ pkgver = 1.2.4.r66.87e2514
pkgrel = 1
url = https://github.com/RHVoice/RHVoice
arch = x86_64
@@ -10,6 +10,9 @@ pkgbase = rhvoice-git
license = custom:by-sa-4.0
makedepends = git
makedepends = scons
+ makedepends = speech-dispatcher
+ makedepends = portaudio
+ makedepends = libao
depends = libpulse
optdepends = rhvoice-dictionary-git: extended russian dictionary
optdepends = speech-dispatcher: for speech-dispatcher module support
diff --git a/PKGBUILD b/PKGBUILD
index 9c2876ef7592..01134717f1cd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
# Contributor: der_fenix <derfenix@gmail.com>
pkgname=rhvoice-git
-pkgver=1.2.4.r57.d1fb840
+pkgver=1.2.4.r66.87e2514
pkgrel=1
pkgdesc="Free and open source speech synthesizer for Russian and other languages. (development version)"
arch=('x86_64')
url="https://github.com/RHVoice/RHVoice"
license=('GPL3' 'custom' 'custom:by-nc-nd-4.0' 'custom:by-sa-4.0')
depends=('libpulse')
-makedepends=('git' 'scons')
+makedepends=('git' 'scons' 'speech-dispatcher' 'portaudio' 'libao')
optdepends=('rhvoice-dictionary-git: extended russian dictionary'
'speech-dispatcher: for speech-dispatcher module support'
'portaudio: for portaudio backend'
'libao: for ao backend')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
backup=('etc/RHVoice/RHVoice.conf')
source=(${pkgname%-git}::'git+https://github.com/RHVoice/RHVoice.git'
'git+https://github.com/RHVoice/victoria-ru.git'