summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-03-22 21:08:31 -0400
committerGuillaume Horel2017-03-22 21:08:31 -0400
commit584bb31c46d726ad0cb68478e41f8d80b7f37c05 (patch)
tree16352d48a0ad3e624503caf35e7e81b15691b325 /PKGBUILD
parent1675f46bd76f0b804a4a7f5ea49c9c9e83e7848f (diff)
downloadaur-584bb31c46d726ad0cb68478e41f8d80b7f37c05.tar.gz
fix dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 347f598fd278..cb3b9670f17d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="http://flexisip.org"
license=('AGPL3')
groups=()
-depends=('belle-sip' 'boost-libs' 'hiredis' 'mediastreamer' 'protobuf' 'sofia-sip-bc>=1.13.12' 'unixodbc' 'xsd' 'soci')
+depends=('belle-sip' 'boost-libs' 'hiredis' 'mediastreamer' 'protobuf' 'sofia-sip-bc' 'unixodbc' 'xsd' 'soci')
makedepends=()
optdepends=()
provides=()