summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Nagie2016-08-02 21:54:20 +0200
committerMike Nagie2016-08-02 21:54:20 +0200
commit11325f74305cf64f60b1c1d7a708ffd16e0c1e6d (patch)
tree28e11987199eabaa95c79f9b5f2748f58ad0bcd0
parentd9613fb02fac690d546f73a7f0e52bf65420cb07 (diff)
downloadaur-11325f74305cf64f60b1c1d7a708ffd16e0c1e6d.tar.gz
ffmpeg2.8 has been added to build time dependency list
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea495b8d560d..c9c8b7385943 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python2-sipsimple
pkgdesc = Python SDK for development of SIP end-points
pkgver = 3.0.0
- pkgrel = 4
+ pkgrel = 5
url = http://download.ag-projects.com/SipClient
arch = i686
arch = x86_64
license = custom:MIT
license = LGPL
makedepends = subversion
+ makedepends = ffmpeg2.8
depends = alsa-lib
depends = util-linux
depends = python2-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index 1df24a7c354d..0f75ceeb2cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=python2-sipsimple
pkgver=3.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Python SDK for development of SIP end-points"
license=('custom:MIT' 'LGPL')
arch=('i686' 'x86_64')
url="http://download.ag-projects.com/SipClient"
depends=('alsa-lib' 'util-linux' 'python2-dateutil' 'cython2' 'python2-cjson'
'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git')
-makedepends=('subversion')
+makedepends=('subversion' 'ffmpeg2.8')
options=('!makeflags')
source=("http://download.ag-projects.com/SipClient/python-sipsimple-$pkgver.tar.gz")
md5sums=('e14cbb693ecef8fd5f719f8bb5df99be')