summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2024-04-12 08:46:35 +0200
committerlynix2024-04-12 08:46:35 +0200
commit74d3b8333a541ae8feaf64c3e785f20edd66c050 (patch)
tree10c703334fb2195b74f834b82df29c6afa0b4a97
parent7b0e07396d751f6f56d6f6f0df87629c4ea93ee9 (diff)
downloadaur-linphone-desktop-appimage.tar.gz
Reflect new upstream release v5.2.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf860ad733e..e13cdbbd7997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = linphone-desktop-appimage
pkgdesc = A free VoIP and video softphone based on the SIP protocol (AppImage version)
- pkgver = 5.2.3
- pkgrel = 2
+ pkgver = 5.2.4
+ pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=5.2.3
- provides = linphone=5.2.3
+ provides = linphone-desktop=5.2.4
+ provides = linphone=5.2.4
conflicts = linphone-desktop-all
conflicts = linphone-desktop-git
conflicts = linphone-desktop-all-git
conflicts = linphone-git
options = !strip
options = !debug
- source = https://download.linphone.org/releases/linux/app/Linphone-5.2.3.AppImage
+ source = https://download.linphone.org/releases/linux/app/Linphone-5.2.4.AppImage
source = linphone.sh
- sha256sums = ba16a0549c7bd4afbbb72917b91bf307a2bf5f5300677fd112b631ff78e5071b
+ sha256sums = 70bf178abe8c2aafd767bbe485a97f08dbdd053140736a409f6ce3917eed6cbf
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 0268d53f2145..4de6419318c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=5.2.3
-pkgrel=2
+pkgver=5.2.4
+pkgrel=1
pkgdesc="A free VoIP and video softphone based on the SIP protocol (AppImage version)"
arch=('x86_64')
url='https://www.linphone.org'
@@ -12,7 +12,7 @@ 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')
-sha256sums=('ba16a0549c7bd4afbbb72917b91bf307a2bf5f5300677fd112b631ff78e5071b'
+sha256sums=('70bf178abe8c2aafd767bbe485a97f08dbdd053140736a409f6ce3917eed6cbf'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip !debug)
_image="$(basename "${source[0]}")"