summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2017-06-29 09:35:41 +0300
committervantu5z2017-06-29 09:35:41 +0300
commitfd9d6f71c44392ad3f09ea0791f5e8c08454ef15 (patch)
tree6c95f1e91a841c0ecd7d412a485eddf69bcb72ef
parentceb582c4a2581933add3a87885e99ffebc87f3ff (diff)
downloadaur-fd9d6f71c44392ad3f09ea0791f5e8c08454ef15.tar.gz
git updated
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 929b2a8eec29..235cd7a5a9d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhvoice-git
pkgdesc = free and open source speech synthesizer for Russian and other languages
- pkgver = 20161213
+ pkgver = 20170622
pkgrel = 1
url = https://github.com/Olga-Yakovleva/RHVoice
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 429c14966ce9..572f7aa82b05 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rhvoice-git
-pkgver=20161213
+pkgver=20170622
pkgrel=1
pkgdesc="free and open source speech synthesizer for Russian and other languages"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ build() {
msg "Connecting to GIT server...."
if [[ -d "$_gitname" ]]; then
- cd "$_gitname" && git pull origin
+ cd "$_gitname" && git checkout SConstruct && git pull origin
msg "The local files are updated."
else
git clone --depth 1 "$_gitroot" "$_gitname"
@@ -29,11 +29,11 @@ build() {
msg "GIT checkout done or server timeout"
msg "Starting build..."
cat << EOF | patch "$srcdir/$_gitname/SConstruct"
-157c157
+161c161
< env.AppendUnique(CXXFLAGS=["-std=c++03"])
---
> env.AppendUnique(CXXFLAGS=["-std=c++11"])
-212c212
+216c216
< # has_giomm=conf.CheckPKG("giomm-2.4")
---
> has_giomm=conf.CheckPKG("giomm-2.4")