summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-14 20:19:40 -0500
committerGuillaume Horel2019-11-14 20:19:40 -0500
commit8ad52c641a21d2b6fdc36c74e4b09420ec123d87 (patch)
treeee55689d782747da510daa3fc21ce0e6ead0e8e1
parent8c1a794977f07751703b2a8238736c22d5f8d166 (diff)
downloadaur-8ad52c641a21d2b6fdc36c74e4b09420ec123d87.tar.gz
update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d6f4dd9d0a..9b9c7af4bb5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = linphone-desktop-git
pkgdesc = A Voice-over-IP phone
- pkgver = 4.1.1.r655.g95245907
+ pkgver = 4.1.1.r663.g4a43f00e
pkgrel = 1
url = http://www.linphone.org
arch = x86_64
license = GPL
makedepends = cmake
+ makedepends = git
makedepends = pkg-config
makedepends = python-pystache
+ makedepends = qt5-tools
depends = bcg729-git
depends = belcard-git
depends = belle-sip-git
@@ -22,10 +24,9 @@ pkgbase = linphone-desktop-git
depends = libsoup
depends = libnotify
depends = qt5-svg
+ depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
- depends = qt5-graphicaleffects
- depends = qt5-tools
optdepends = pulseaudio
provides = linphone-desktop
conflicts = linphone-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 318bda710cc0..06eaf1238d09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linphone-desktop-git
_pkgname=linphone-desktop
-pkgver=4.1.1.r655.g95245907
+pkgver=4.1.1.r663.g4a43f00e
pkgrel=1
pkgdesc="A Voice-over-IP phone"
arch=('x86_64')
@@ -10,9 +10,9 @@ url="http://www.linphone.org"
license=('GPL')
depends=('bcg729-git' 'belcard-git' 'belle-sip-git' 'belr-git' 'bzrtp-git'
'linphone-git' 'libpulse' 'libxv' 'mediastreamer-git' 'minizip2-2.3.3'
- 'ortp-git' 'libsoup' 'libnotify' 'qt5-svg' 'qt5-quickcontrols'
- 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'qt5-tools')
-makedepends=('cmake' 'pkg-config' 'python-pystache')
+ 'ortp-git' 'libsoup' 'libnotify' 'qt5-svg' 'qt5-graphicaleffects'
+ 'qt5-quickcontrols' 'qt5-quickcontrols2')
+makedepends=('cmake' 'git' 'pkg-config' 'python-pystache' 'qt5-tools')
optdepends=('pulseaudio')
options=('!emptydirs')
provides=('linphone-desktop')