diff options
author | Daniel Poellmann | 2023-06-29 18:00:19 +0000 |
---|---|---|
committer | Daniel Poellmann | 2023-06-29 18:00:19 +0000 |
commit | 92adc110487e28e6b6fbd9f90c85a631eb3846a1 (patch) | |
tree | d7a6557906b9d0e5e817e8dea66aba11de204001 /PKGBUILD | |
parent | 77eb4cf667bb902e81e196f8a8cf7c5cd08df418 (diff) | |
download | aur-92adc110487e28e6b6fbd9f90c85a631eb3846a1.tar.gz |
added git build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ pkgname=linphone-desktop pkgver=5.0.18 -pkgrel=1 +pkgrel=2 pkgdesc='A free VoIP and video softphone based on the SIP protocol' arch=(x86_64) url='http://linphone.org' license=(GPL) depends=('qt5-base' 'libxcrypt-compat' 'v4l-utils' 'glew') -makedepends=('gendesk' 'cmake' 'yasm' 'nasm' 'doxygen' 'perl' 'python-pystache' 'python-six' 'libpulse' 'qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-tools') +makedepends=('git' 'gendesk' 'cmake' 'yasm' 'nasm' 'doxygen' 'perl' 'python-pystache' 'python-six' 'libpulse' 'qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-tools') source=("git+https://github.com/BelledonneCommunications/linphone-desktop.git#commit=88f05be" "linphone.png::https://gitlab.linphone.org/BC/public/linphone-desktop/-/raw/8dfd384e3df08b200c8eb382b740da6839961bf0/linphone-app/assets/icons/hicolor/128x128/apps/icon.png" ) |