summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2018-06-14 23:47:34 +0100
committerAndrew Stubbs2018-06-14 23:47:56 +0100
commit5239d7e1c3145eb16502ad3e9b28ad656f230167 (patch)
treebd00cd2dee58ddb177232e572f989f2f0c3af081
parentff1db74b86a594b5ecdfdd1ecd6a57993936edc3 (diff)
downloadaur-5239d7e1c3145eb16502ad3e9b28ad656f230167.tar.gz
Update build deps
Also remove old workaround.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76851b0fdf81..e2e7d9d99761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu Mar 16 16:54:54 UTC 2017
pkgbase = mimic
pkgdesc = Text-to-speech voice synthesis from the Mycroft project.
pkgver = 1.2.0.2
@@ -12,6 +10,7 @@ pkgbase = mimic
makedepends = libtool
makedepends = autoconf
makedepends = automake
+ makedepends = icu
depends = alsa-lib
source = mimic-1.2.0.2.tar.gz::https://github.com/MycroftAI/mimic/archive/1.2.0.2.tar.gz
md5sums = fb9c7fc35854379ba56a11040ef2b47f
diff --git a/PKGBUILD b/PKGBUILD
index 791e8edcd607..bee3b86231a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
replaces=()
backup=()
options=()
@@ -21,10 +21,6 @@ md5sums=('fb9c7fc35854379ba56a11040ef2b47f')
# a description of each element in the source array.
build() {
- # mimic does not support building with BUILDDIR set
- # (yaourt does this)
- unset BUILDDIR
-
cd "$srcdir/$pkgname-$pkgver"
./autogen.sh
./configure --prefix=/usr