summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2020-07-03 17:20:38 +0200
committerlynix2020-07-03 17:20:38 +0200
commite66c0285b657538ab37086d91f819a9a59da72e3 (patch)
tree7a9d5b3935acb46e483c8f36ead481e8368e8b84
parent9d477cb47e1d44393ade0789db72d0335307f96b (diff)
downloadaur-e66c0285b657538ab37086d91f819a9a59da72e3.tar.gz
Reflect new upstream version 4.3.0-alpha.3+c3b8af83
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a8cb79a8731..30248fdca564 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.1
+ pkgver = 4.3.0.alpha.3
pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=4.3.0.alpha.1
+ provides = linphone-desktop=4.3.0.alpha.3
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.1+439d1882.AppImage
+ source = https://www.linphone.org/snapshots/AppImages/Linphone-4.3.0-alpha.3+c3b8af83.AppImage
source = linphone.sh
- sha256sums = debc5155789fcb8675b46847c3f94571642cd8e8c66c44718fadc4149dc97dd2
+ sha256sums = e811e0fd021a406044aa0f7cdbb93fd9b70448ce23c8d57adf1af87cbfa4e3e1
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 69cea7641429..6ec58f1d04f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.3.0.alpha.1
-_pkgver=4.3.0-alpha.1+439d1882
+pkgver=4.3.0.alpha.3
+_pkgver=4.3.0-alpha.3+c3b8af83
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=('ba154d4b1d1c015d0d04f4f2a11ec3f2bffa9d1e46b119e1ee359dcd2dfb0b46'
+sha256sums=('e811e0fd021a406044aa0f7cdbb93fd9b70448ce23c8d57adf1af87cbfa4e3e1'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"