summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2024-03-12 13:39:36 +0100
committerlynix2024-03-12 13:39:36 +0100
commite94adcd1b6f258af0c6c9f32c2f965db97b201c5 (patch)
tree51b797d3cedd541d5d3df376f096f33c079a892a
parentf2f31ec790445f5af6c273c8a5940d729034a231 (diff)
downloadaur-e94adcd1b6f258af0c6c9f32c2f965db97b201c5.tar.gz
Reflect new upstream release v5.2.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1725ecc209f9..60967a51fe38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = linphone-desktop-appimage
pkgdesc = A free VoIP and video softphone based on the SIP protocol (AppImage version)
- pkgver = 5.2.1
- pkgrel = 3
+ pkgver = 5.2.2
+ pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=5.2.1
- provides = linphone=5.2.1
+ provides = linphone-desktop=5.2.2
+ provides = linphone=5.2.2
conflicts = linphone-desktop-all
conflicts = linphone-desktop-git
conflicts = linphone-desktop-all-git
conflicts = linphone-git
options = !strip
- source = https://download.linphone.org/releases/linux/app/Linphone-5.2.1.AppImage
+ source = https://download.linphone.org/releases/linux/app/Linphone-5.2.2.AppImage
source = linphone.sh
- sha256sums = b023dab10d4366e02ea15691d8d66dbc45b192d800168160ff0a69cc4e401806
+ sha256sums = 2c5514c623571928978a9656f58c8674b68d94b57f3294b6e140e6bff6a9f3d8
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index b5d0641fd5de..e3f8caab76dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=5.2.1
-pkgrel=3
+pkgver=5.2.2
+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=('b023dab10d4366e02ea15691d8d66dbc45b192d800168160ff0a69cc4e401806'
+sha256sums=('2c5514c623571928978a9656f58c8674b68d94b57f3294b6e140e6bff6a9f3d8'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"