summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Stubbs2018-06-15 00:05:51 +0100
committerAndrew Stubbs2018-06-15 00:05:51 +0100
commit2e7ca1b33c69ac365e20b0098bb10c4174d6f499 (patch)
tree7a825d0edd3e43b9a22e6d5be94aaeaadc2d3616 /PKGBUILD
parentecd068dd3d9e78932c9c1f105c877ddf0ac7c0d1 (diff)
downloadaur-mimic-git.tar.gz
Update build deps. Remove old workarounds.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
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() {