summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-10-15 13:48:44 -0400
committerGuillaume Horel2017-10-15 13:48:44 -0400
commit8fee39aeff2564de3f2fef558f384875402c7b81 (patch)
treeef2c1d4eea7d57220bf67b12dfee4088f8868a11
parentef824acb3ab5876038ecdf3a27d437e0cfb3ce34 (diff)
downloadaur-8fee39aeff2564de3f2fef558f384875402c7b81.tar.gz
fix dependencies
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 646cd817e0c6..bbe0da0f487d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linphone-desktop-git
pkgdesc = A Voice-over-IP phone
- pkgver = 4.1.1.r137.gc7db0134
+ pkgver = 4.1.1.r163.g36aeecf0
pkgrel = 1
url = http://www.linphone.org
arch = i686
@@ -11,15 +11,17 @@ pkgbase = linphone-desktop-git
makedepends = python-pystache
makedepends = perl-xml-parser
makedepends = intltool
+ depends = bcg729
+ depends = belcard-git
+ depends = belle-sip-git
+ depends = belr-git
+ depends = bzrtp-git
depends = linphone-git
depends = libpulse
depends = libxv
depends = mediastreamer-git
depends = ortp-git
- depends = bzrtp-git
- depends = bcg729
depends = libsoup
- depends = belle-sip-git
depends = libnotify
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
@@ -28,7 +30,7 @@ pkgbase = linphone-desktop-git
provides = linphone-desktop
conflicts = linphone-desktop
options = !emptydirs
- source = git+https://github.com/BelledonneCommunications/linphone-desktop.git
+ source = git+https://github.com/BelledonneCommunications/linphone-desktop.git#commit=36aeecf0b008d2c5102d92cd93c9b9914eabac3e
sha256sums = SKIP
pkgname = linphone-desktop-git
diff --git a/PKGBUILD b/PKGBUILD
index 1e6256a46cb6..3e4f4c5d760d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
pkgname=linphone-desktop-git
_pkgname=linphone-desktop
-pkgver=4.1.1.r137.gc7db0134
+pkgver=4.1.1.r163.g36aeecf0
pkgrel=1
pkgdesc="A Voice-over-IP phone"
arch=('i686' 'x86_64')
url="http://www.linphone.org"
license=('GPL')
-depends=('linphone-git'
- 'libpulse' 'libxv' 'mediastreamer-git' 'ortp-git' 'bzrtp-git'
- 'bcg729' 'libsoup' 'belle-sip-git' 'libnotify' 'qt5-quickcontrols'
- 'qt5-quickcontrols2' 'qt5-graphicaleffects')
+depends=('bcg729' 'belcard-git' 'belle-sip-git' 'belr-git' 'bzrtp-git'
+ 'linphone-git' 'libpulse' 'libxv' 'mediastreamer-git' 'ortp-git'
+ 'libsoup' 'libnotify' 'qt5-quickcontrols'
+ 'qt5-quickcontrols2' 'qt5-graphicaleffects')
makedepends=('cmake' 'pkg-config' 'python-pystache' 'perl-xml-parser' 'intltool')
optdepends=('pulseaudio')
options=('!emptydirs')
provides=('linphone-desktop')
conflicts=('linphone-desktop')
-source=("git+https://github.com/BelledonneCommunications/linphone-desktop.git")
+source=("git+https://github.com/BelledonneCommunications/linphone-desktop.git#commit=36aeecf0b008d2c5102d92cd93c9b9914eabac3e")
sha256sums=('SKIP')
pkgver() {