summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2020-10-24 11:06:25 +0200
committerlynix2020-10-24 11:06:25 +0200
commit94dfc89c94a92ca701a0db4ddc5a5a6173db66d2 (patch)
treed8e4cd46a180f8acbf0a592a4c2ed1bf45d8d285
parent39770e34027fd97f49835eacca3e66a5842f007c (diff)
downloadaur-94dfc89c94a92ca701a0db4ddc5a5a6173db66d2.tar.gz
Reflect new upstream version 4.3.0-alpha.33+52505f04
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92fbd6551228..5213cc6aa881 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.alpha.25
+ pkgver = 4.3.0.alpha.33
pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=4.3.0.alpha.25
+ provides = linphone-desktop=4.3.0.alpha.33
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-alpha.25+721b191f.AppImage
+ source = https://www.linphone.org/snapshots/AppImages/Linphone-4.3.0-alpha.33+52505f04.AppImage
source = linphone.sh
- sha256sums = a9dc03c83d1565ff8757aef50bb54606b597c01fcb74083113a235956716ad51
+ sha256sums = 95a8e22ec57c602c28a6859894712c20b798ab5727151d4da29d5ed5b5c76aca
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index f83daf414e78..39d96da7f0d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.3.0.alpha.25
-_pkgver=4.3.0-alpha.25+721b191f
+pkgver=4.3.0.alpha.33
+_pkgver=4.3.0-alpha.33+52505f04
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=('a9dc03c83d1565ff8757aef50bb54606b597c01fcb74083113a235956716ad51'
+sha256sums=('95a8e22ec57c602c28a6859894712c20b798ab5727151d4da29d5ed5b5c76aca'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"