summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2020-06-29 20:21:23 +0200
committerlynix2020-06-29 20:22:28 +0200
commit9d477cb47e1d44393ade0789db72d0335307f96b (patch)
treeaea6e4a8523c31ca4214b08895752805a8626b5f
parent1c17df890e118a96091d0292d32ea194140951ae (diff)
downloadaur-9d477cb47e1d44393ade0789db72d0335307f96b.tar.gz
Reflect new upstream version 4.3.0-alpha.1+439d1882
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 190bb468b5cf..0a8cb79a8731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = linphone-desktop-appimage
pkgdesc = A free VoIP and video softphone based on the SIP protocol (AppImage version)
- pkgver = 4.2.0.alpha.35
- pkgrel = 3
+ pkgver = 4.3.0.alpha.1
+ pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=4.2.0.alpha.35
+ provides = linphone-desktop=4.3.0.alpha.1
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.2.0-alpha.35+345432b.AppImage
+ source = https://www.linphone.org/snapshots/AppImages/Linphone-4.3.0-alpha.1+439d1882.AppImage
source = linphone.sh
sha256sums = debc5155789fcb8675b46847c3f94571642cd8e8c66c44718fadc4149dc97dd2
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
diff --git a/PKGBUILD b/PKGBUILD
index c091882f4254..69cea7641429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.2.0.alpha.35
-_pkgver=4.2.0-alpha.35+345432b
-pkgrel=3
+pkgver=4.3.0.alpha.1
+_pkgver=4.3.0-alpha.1+439d1882
+pkgrel=1
pkgdesc="A free VoIP and video softphone based on the SIP protocol (AppImage version)"
arch=('x86_64')
url='https://www.linphone.org'
@@ -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=('debc5155789fcb8675b46847c3f94571642cd8e8c66c44718fadc4149dc97dd2'
+sha256sums=('ba154d4b1d1c015d0d04f4f2a11ec3f2bffa9d1e46b119e1ee359dcd2dfb0b46'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"