summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-07-04 12:18:12 +0200
committerM0Rf302018-07-04 12:18:12 +0200
commiteccf91e515608a81226652eacf6203e4a3264957 (patch)
tree1df9f92e5d1789d63add1427a8ed7e39184b1eba
parentabc90206feb95ba7daa4e92f023e1440ebafa186 (diff)
downloadaur-eccf91e515608a81226652eacf6203e4a3264957.tar.gz
rtpengine: first commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aefb37012fe3..8be6a09d9d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = rtpengine
depends = pcre
depends = xmlrpc-c
depends = zlib
- optdepends = libiptc
+ optdepends = libiptcdata
optdepends = ffmpeg
optdepends = bcg729
source = https://github.com/sipwise/rtpengine/archive/mr6.3.1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3763a0dc98f5..c4c746a82f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/sipwise/rtpengine"
license=('BSD')
arch=('x86_64' 'i686')
depends=('hiredis' 'openssl' 'pcre' 'xmlrpc-c' 'zlib')
-optdepends=('libiptc' 'ffmpeg' 'bcg729')
+optdepends=('libiptcdata' 'ffmpeg' 'bcg729')
makedepends=('glib2' 'pkgconf')
source=("https://github.com/sipwise/rtpengine/archive/mr$pkgver.tar.gz")