summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2018-09-05 09:15:35 +0300
committervantu5z2018-09-05 09:15:35 +0300
commit42b652cf5e75c41d1c34dd2204c8b4fe68ad05a4 (patch)
tree2cf39c4cd2f4691d46bf2795e604f037e71a1485
parent87c83e7e1a87b866c26f5597ec39c1c4f36d4bd4 (diff)
downloadaur-42b652cf5e75c41d1c34dd2204c8b4fe68ad05a4.tar.gz
correct patch
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
-rw-r--r--SConstruct.patch10
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa122bd9c721..7e8ffc352fa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rhvoice-git
pkgdesc = Free and open source speech synthesizer for Russian and other languages
- pkgver = 20180518
- pkgrel = 2
+ pkgver = 20180905
+ pkgrel = 1
url = https://github.com/Olga-Yakovleva/RHVoice
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2ea236f7ccfd..fcbe0612ccba 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rhvoice-git
-pkgver=20180518
-pkgrel=2
+pkgver=20180905
+pkgrel=1
pkgdesc="Free and open source speech synthesizer for Russian and other languages"
arch=('i686' 'x86_64')
url="https://github.com/Olga-Yakovleva/RHVoice"
diff --git a/SConstruct.patch b/SConstruct.patch
index 5f1822f16d74..5270c6299b5c 100644
--- a/SConstruct.patch
+++ b/SConstruct.patch
@@ -1,7 +1,7 @@
---- SConstruct.orig 2017-06-29 09:16:49.422957000 +0300
-+++ /RHVoice/SConstruct 2017-09-15 09:17:27.345414000 +0300
-@@ -159,7 +159,7 @@
- env.AppendUnique(CXXFLAGS=["/EHsc"])
+--- SConstruct.orig
++++ /RHVoice/SConstruct
+@@ -170,7 +170,7 @@
+ env.Tool("xp_compat")
if "gcc" in env["TOOLS"]:
env.MergeFlags("-pthread")
- env.AppendUnique(CXXFLAGS=["-std=c++03"])
@@ -9,7 +9,7 @@
env.AppendUnique(CFLAGS=["-std=c99"])
if sys.platform.startswith("linux"):
env.Append(SHLINKFLAGS="-Wl,-soname,${TARGET.file}.${libversion.split('.')[0]}")
-@@ -215,7 +215,7 @@
+@@ -225,7 +225,7 @@
env["audio_libs"].add("libao")
if conf.CheckPKG("portaudio-2.0"):
env["audio_libs"].add("portaudio")