summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2021-10-10 11:26:35 +0200
committerlynix2021-10-10 11:26:35 +0200
commit14658c73bd5bd954593dc54b34348a88d5f64f1b (patch)
tree48bdc6b768e3b3a69038405290fd64e75d5c9673
parented819d93dffb03527334b0d84c1f89f00373e8b9 (diff)
downloadaur-14658c73bd5bd954593dc54b34348a88d5f64f1b.tar.gz
Reflect new upstream release 4.3.0-beta.63+eabe561d
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8188c73afcc..b11f476c19bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = linphone-desktop-appimage
pkgdesc = A free VoIP and video softphone based on the SIP protocol (AppImage version)
- pkgver = 4.3.0.beta.50
+ pkgver = 4.3.0.beta.63
pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=4.3.0.beta.50
+ provides = linphone-desktop=4.3.0.beta.63
conflicts = linphone-desktop-all
conflicts = linphone-desktop-git
conflicts = linphone-desktop-all-git
conflicts = linphone-git
options = !strip
- source = https://www.linphone.org/snapshots/AppImages/Linphone-4.3.0-beta.50+335454ad.AppImage
+ source = https://www.linphone.org/snapshots/AppImages/Linphone-4.3.0-beta.63+eabe561d.AppImage
source = linphone.sh
- sha256sums = 520c4cfef5fa5ba54749f43744167c066ec3a790103bd838f5cd654874f1cac0
+ sha256sums = a0597309459e0c77f63ee229458099c859b07ff2c59fe188dded9feae91c42cd
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 471c25d2b786..1add1a96b497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.3.0.beta.50
-_pkgver=4.3.0-beta.50+335454ad
+pkgver=4.3.0.beta.63
+_pkgver=4.3.0-beta.63+eabe561d
pkgrel=1
pkgdesc="A free VoIP and video softphone based on the SIP protocol (AppImage version)"
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=("linphone-desktop=${pkgver}")
conflicts=('linphone-desktop-all' 'linphone-desktop-git' 'linphone-desktop-all-git' 'linphone-git')
source=("https://www.linphone.org/snapshots/AppImages/Linphone-${_pkgver}.AppImage"
'linphone.sh')
-sha256sums=('520c4cfef5fa5ba54749f43744167c066ec3a790103bd838f5cd654874f1cac0'
+sha256sums=('a0597309459e0c77f63ee229458099c859b07ff2c59fe188dded9feae91c42cd'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"