summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2021-09-15 07:53:48 +0200
committerlynix2021-09-15 07:53:48 +0200
commitc3b21fb87651bcdc3735f733b30e85252f2a913b (patch)
tree6d4fb8fa9c3bf030b0d92907e07aaf219e5c8448
parentedde0e490a65dc09c15bd1d32066891b5b544f5a (diff)
downloadaur-c3b21fb87651bcdc3735f733b30e85252f2a913b.tar.gz
Reflect new upstream release 4.3.0-beta.33+c3ac9637
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a72dfe20bb41..6a878d32e093 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.26
+ pkgver = 4.3.0.beta.33
pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=4.3.0.beta.26
+ provides = linphone-desktop=4.3.0.beta.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-beta.26+3c267e25.AppImage
+ source = https://www.linphone.org/snapshots/AppImages/Linphone-4.3.0-beta.33+c3ac9637.AppImage
source = linphone.sh
- sha256sums = 5e89243667ac7b604d4623435c8b93860f7df06fc4ae43c248b44ee141841a67
+ sha256sums = ab555edf2f129756455c4864f02f1ae63e8318f75d107f0ba12347408c65b7e5
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index d5feb8104c00..023d565f0e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.3.0.beta.26
-_pkgver=4.3.0-beta.26+3c267e25
+pkgver=4.3.0.beta.33
+_pkgver=4.3.0-beta.33+c3ac9637
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=('5e89243667ac7b604d4623435c8b93860f7df06fc4ae43c248b44ee141841a67'
+sha256sums=('ab555edf2f129756455c4864f02f1ae63e8318f75d107f0ba12347408c65b7e5'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"