summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Stubbs2018-06-14 23:47:34 +0100
committerAndrew Stubbs2018-06-14 23:47:56 +0100
commit5239d7e1c3145eb16502ad3e9b28ad656f230167 (patch)
treebd00cd2dee58ddb177232e572f989f2f0c3af081 /PKGBUILD
parentff1db74b86a594b5ecdfdd1ecd6a57993936edc3 (diff)
downloadaur-5239d7e1c3145eb16502ad3e9b28ad656f230167.tar.gz
Update build deps
Also remove old workaround.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
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