summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 781b1f0676f5..33b8a04d336a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Feb 22 11:09:56 UTC 2017
pkgbase = mimic-git
pkgdesc = Text-to-speech voice synthesis from the Mycroft project.
- pkgver = 1.2.0.r0.eb4613e
+ pkgver = 1.2.0.2.r0.67e43bf
pkgrel = 1
url = https://mimic.mycroft.ai/
arch = x86_64
@@ -12,6 +10,7 @@ pkgbase = mimic-git
makedepends = libtool
makedepends = autoconf
makedepends = automake
+ makedepends = icu
depends = alsa-lib
provides = mimic
conflicts = mimic
diff --git a/PKGBUILD b/PKGBUILD
index 38a2aacc5cdc..817178890517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Andrew Stubbs <andrew.stubbs@gmail.com>
pkgname=mimic-git
-pkgver=1.2.0.r0.eb4613e
+pkgver=1.2.0.2.r0.67e43bf
pkgrel=1
pkgdesc="Text-to-speech voice synthesis from the Mycroft project."
arch=(x86_64 i686)
@@ -8,7 +8,7 @@ url="https://mimic.mycroft.ai/"
license=('custom')
groups=()
depends=(alsa-lib)
-makedepends=('git' 'libtool' 'autoconf' 'automake')
+makedepends=('git' 'libtool' 'autoconf' 'automake' 'icu')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()
@@ -33,17 +33,11 @@ pkgver() {
}
build() {
- # mimic does not support building with BUILDDIR set
- # (yaourt does this)
- unset BUILDDIR
-
cd "$srcdir/${pkgname%-git}"
./autogen.sh
./configure --prefix=/usr
- #make
- # Temporary workaround for https://github.com/MycroftAI/mimic/issues/95
- make CFLAGS='-D_DEFAULT_SOURCE -O2'
+ make
}
check() {