summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2023-12-23 09:39:19 +0100
committerlynix2023-12-23 09:39:19 +0100
commit1b490afac3cd429df93e0de0b146da9d98a34996 (patch)
treee736e51c4beff46d0070c6a2ef7cd35c9602b3e5 /PKGBUILD
parent7ad0431e05d6530da4c6c796c0a613f127340e95 (diff)
downloadaur-1b490afac3cd429df93e0de0b146da9d98a34996.tar.gz
Add 'linphone' to provides array as requested
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d26ccdcffb62..85b214819421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=linphone-desktop-appimage
pkgver=5.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A free VoIP and video softphone based on the SIP protocol (AppImage version)"
arch=('x86_64')
url='https://www.linphone.org'
license=('GPL2')
depends=('fuse2')
-provides=("linphone-desktop=${pkgver}")
+provides=("linphone-desktop=${pkgver}" "linphone=${pkgver}")
conflicts=('linphone-desktop-all' 'linphone-desktop-git' 'linphone-desktop-all-git' 'linphone-git')
source=("https://download.linphone.org/releases/linux/app/Linphone-${pkgver}.AppImage"
'linphone.sh')