summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c14b66b0c6..bebd2d68cf6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 11:27:27 UTC 2016
+# Tue Mar 22 12:23:21 UTC 2016
pkgbase = mimic-git
pkgdesc = Text-to-speech voice synthesis from the Mycroft project.
pkgver = r28.8e28e5b
- pkgrel = 1
+ pkgrel = 2
url = https://mimic.mycroft.ai/
arch = x86_64
arch = i686
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