summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-07-17 20:53:02 -0400
committerGuillaume Horel2017-07-17 20:53:37 -0400
commit59915a973b6b77b5ad20805cf74a7bd21287529e (patch)
treeec664976c5bf83add9ca7affa75acac1e0f9c7c4 /PKGBUILD
parent993864894cbc41e20705f6b97a3ef1949a2bbe7c (diff)
downloadaur-59915a973b6b77b5ad20805cf74a7bd21287529e.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9717cf93e788..e31909f2fa1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=flexisip
pkgver=1.0.10
-pkgrel=3
+pkgrel=4
pkgdesc="A general purpose SIP proxy with media capabilities"
arch=('i686' 'x86_64')
url="http://flexisip.org"
@@ -19,7 +19,7 @@ sha256sums=('SKIP'
build() {
cd "$pkgname"
- cmake -DCMAKE_INTALL_PREFIX=/usr \
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DENABLE_REDIS=YES \
-DENABLE_PROTOBUF=YES \