summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-06-24 11:19:29 -0400
committerbrent s2016-06-24 11:19:29 -0400
commit6e5392bc5ea7c9c9f2122da738d1d77e85d9f4f3 (patch)
tree4b84a9c87d67a50bf00ba0da2150f530e17774b8 /PKGBUILD
parentf46a762eb0ef317017787641a404dd08e1960ee8 (diff)
downloadaur-6e5392bc5ea7c9c9f2122da738d1d77e85d9f4f3.tar.gz
adding freetype2 as runtime dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 930fed80c754..705df0544946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch'
pkgver='1.6.9'
-pkgrel='5'
+pkgrel='6'
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -68,7 +68,8 @@ depends=('curl'
'postgresql-libs'
'libshout'
'lua'
- 'opus')
+ 'opus'
+ 'freetype2')
# per https://wiki.freeswitch.org/wiki/FreeSwitch_Dependencies, dependencies are downloaded and built *from upstream*, so thankfully the deps are pretty minimal.
makedepends=('git'
'libjpeg'