summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Poellmann2023-06-29 18:00:19 +0000
committerDaniel Poellmann2023-06-29 18:00:19 +0000
commit92adc110487e28e6b6fbd9f90c85a631eb3846a1 (patch)
treed7a6557906b9d0e5e817e8dea66aba11de204001
parent77eb4cf667bb902e81e196f8a8cf7c5cd08df418 (diff)
downloadaur-92adc110487e28e6b6fbd9f90c85a631eb3846a1.tar.gz
added git build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 415292fed4dd..03944237b6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = linphone-desktop
pkgdesc = A free VoIP and video softphone based on the SIP protocol
pkgver = 5.0.18
- pkgrel = 1
+ pkgrel = 2
url = http://linphone.org
arch = x86_64
license = GPL
+ makedepends = git
makedepends = gendesk
makedepends = cmake
makedepends = yasm
diff --git a/PKGBUILD b/PKGBUILD
index dff782dc2800..d692de91ee79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
)