summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier Devlamynck2017-07-26 14:20:33 +0000
committerXavier Devlamynck2017-07-26 14:20:33 +0000
commit9baad1c10fbac6d8ecc17d0f1e853cbb619dd043 (patch)
tree05587e3d787b50ff29933e21807f2ecaed785f98 /PKGBUILD
parent21d42cbe8e843dffe33a5f21a69d4ad5a31bb533 (diff)
downloadaur-9baad1c10fbac6d8ecc17d0f1e853cbb619dd043.tar.gz
Fix dependency + configure options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f618267776b..466be8ec66f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=asterisk
pkgver=14.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A complete PBX solution"
arch=('i686' 'x86_64' 'armv7h')
backup=('etc/asterisk/acl.conf'
@@ -118,7 +118,7 @@ backup=('etc/asterisk/acl.conf'
'etc/asterisk/xmpp.conf')
url="http://www.asterisk.org"
license=('GPL')
-depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson' 'libxslt' 'pjproject' 'opus')
+depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson' 'libxslt' 'pjproject' 'opus' 'termcap')
makedepends=('sqlite3' 'gsm')
optdepends=('lua51' 'libsrtp' 'postgresql' 'unixodbc' 'libpri' 'libss7' 'openr2' 'iksemel' 'radiusclient-ng' 'dahdi')
source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-${pkgver}.tar.gz \
@@ -133,7 +133,7 @@ sha256sums=('46543dac3ca42124bc9439ecbc8c3869f2588e14293ae8514b266c77559372b4'
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-libedit=internal
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin
make
}