summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-03-21 19:10:40 -0400
committerGuillaume Horel2018-03-21 19:10:40 -0400
commitd95165eb1de7b17ac42147b6824885e1f83b37e5 (patch)
tree32c5a014282248cd2c8b9ec82d0777cfdf6baa80
parent3d739fe2ae1b37fd0f9b00179ee3900e4c7bb69d (diff)
downloadaur-d95165eb1de7b17ac42147b6824885e1f83b37e5.tar.gz
update dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a497a5af31..2f58763f72ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = linphone-git
pkgdesc = A Voice-over-IP phone
- pkgver = 3.12.0.r284.g3b6978839
+ pkgver = 3.12.0.r324.g7c712bbec
pkgrel = 1
url = http://www.linphone.org
install = linphone.install
- arch = i686
arch = x86_64
license = GPL
makedepends = cmake
makedepends = doxygen
+ makedepends = graphviz
makedepends = pkg-config
makedepends = python-pystache
makedepends = perl-xml-parser
diff --git a/PKGBUILD b/PKGBUILD
index cffea7bfae20..c2f524d29761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,22 @@
-# $Id$
+# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
# Contributor: Mark Lee <mark@markelee.com>
pkgname=linphone-git
_pkgname=linphone
-pkgver=3.12.0.r284.g3b6978839
+pkgver=3.12.0.r324.g7c712bbec
pkgrel=1
pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.linphone.org"
license=('GPL')
depends=('alsa-lib' 'ffmpeg' 'speex' 'libv4l' 'v4l-utils'
- 'libpulse' 'libxv' 'bctoolbox-git' 'belle-sip-git' 'belcard-git' 'belr-git' 'bzrtp-git'
- 'mediastreamer-git' 'ortp-git' 'libsoup' 'belle-sip-git' 'libnotify')
-makedepends=('cmake' 'doxygen' 'pkg-config' 'python-pystache' 'perl-xml-parser' 'intltool')
+ 'libpulse' 'libxv' 'bctoolbox-git' 'belle-sip-git' 'belcard-git' 'belr-git'
+ 'bzrtp-git' 'mediastreamer-git' 'ortp-git' 'libsoup' 'belle-sip-git'
+ 'libnotify')
+makedepends=('cmake' 'doxygen' 'graphviz' 'pkg-config' 'python-pystache'
+ 'perl-xml-parser' 'intltool')
optdepends=('pulseaudio')
options=('!emptydirs')
provides=('linphone')