summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 148f9dfe0af7..05c2884ad151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Stubbs <andrew.stubbs@gmail.com>
pkgname=mimic-git
pkgver=r28.8e28e5b
-pkgrel=1
+pkgrel=2
pkgdesc="Text-to-speech voice synthesis from the Mycroft project."
arch=(x86_64 i686)
url="https://mimic.mycroft.ai/"
@@ -33,6 +33,10 @@ pkgver() {
}
build() {
+ # mimic does not support building with BUILDDIR set
+ # (yaourt does this)
+ unset BUILDDIR
+
cd "$srcdir/${pkgname%-git}"
#./configure --prefix=/usr --with-audio=pulseaudio
./configure --prefix=/usr --with-audio=alsa