summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2018-04-21 18:17:32 -0400
committerStorm Dragon2018-04-21 18:17:32 -0400
commit7b0cb3677d8e6991b3a10759a8637de5bdcb7863 (patch)
tree69b8f8a2ec7165efc0ea34aa233bd624c13c2b4e
parente372e3b18aaa4845fe55f2e42f24c51c493df96e (diff)
downloadaur-7b0cb3677d8e6991b3a10759a8637de5bdcb7863.tar.gz
Temp fix for espeak-ng compatability/detection.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index add628f570f3..bdb598735416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 21:28:29 UTC 2016
+# Sat Apr 21 22:17:17 UTC 2018
pkgbase = libsonic-git
pkgdesc = Simple library to speed up or slow down speech
pkgver = 1
diff --git a/PKGBUILD b/PKGBUILD
index d71a320384d0..2a152f668a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,12 @@ pkgver()
git shortlog | head -n 1 | tr -Cd "[:digit:]"
}
+# Temp fix for espeak-ng compatability.
+prepare() {
+ cd "$_pkgname"
+ sed -i 's/\(.*$(SONAME).*\)/\1 $(FFTLIB)/' Makefile
+}
+
build()
{
cd "$_pkgname"