summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2018-07-03 13:49:52 -0400
committerStorm Dragon2018-07-03 13:49:52 -0400
commitd24347f0461e6713aaea599526c9cd47e6f611f7 (patch)
treefc40651904db179cc2df8ecf4294323b594adacb /PKGBUILD
parent7b0cb3677d8e6991b3a10759a8637de5bdcb7863 (diff)
downloadaur-d24347f0461e6713aaea599526c9cd47e6f611f7.tar.gz
Removed workaround for espeak-ng compatability because it is no longer needed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a152f668a34..d71a320384d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,12 +20,6 @@ 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"