summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Matson2017-04-22 17:25:24 -0700
committerDavid Matson2017-04-22 17:30:30 -0700
commit849b6b06a27c0d85749cc7ea2921851127390a9f (patch)
tree608e068f63495aa6fd4220eb6b1a58f47ef42dde
parentc277744e76cccf3db9f0293100c19f78b4c198f6 (diff)
downloadaur-849b6b06a27c0d85749cc7ea2921851127390a9f.tar.gz
Remove depends provided by base.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dee1d1c9c635..43ebe262ff38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A scalable, open source telephony platform'
arch=('i686' 'x86_64')
url='https://freeswitch.org/'
license=('MPL')
-depends=('curl' 'libedit' 'pcre' 'speex' 'sqlite' 'xz')
+depends=('libedit' 'speex')
makedepends=('libjpeg-turbo' 'yasm' 'nasm')
optdepends=()
provides=('freeswitch')