summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2020-05-02 09:43:52 +0200
committerlynix2020-05-02 09:43:52 +0200
commit1c17df890e118a96091d0292d32ea194140951ae (patch)
treef13a10f552063560310fb1b2ea2f501324d00ccf
parent91f2697eb40e3eb7296581c6b92e9763643fff12 (diff)
downloadaur-1c17df890e118a96091d0292d32ea194140951ae.tar.gz
Fix SHA256 again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ba683f7928..190bb468b5cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = https://www.linphone.org
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = linphone-desktop-appimage
options = !strip
source = https://www.linphone.org/snapshots/AppImages/Linphone-4.2.0-alpha.35+345432b.AppImage
source = linphone.sh
- sha256sums = 0e9946a88d45b2fa1bb5aed42d07553a22c91ed6114861d02d7eadb9dd5a4bb7
+ sha256sums = debc5155789fcb8675b46847c3f94571642cd8e8c66c44718fadc4149dc97dd2
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 99f1ab6eeecc..c091882f4254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=linphone-desktop-appimage
pkgver=4.2.0.alpha.35
_pkgver=4.2.0-alpha.35+345432b
-pkgrel=2
+pkgrel=3
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=('0e9946a88d45b2fa1bb5aed42d07553a22c91ed6114861d02d7eadb9dd5a4bb7'
+sha256sums=('debc5155789fcb8675b46847c3f94571642cd8e8c66c44718fadc4149dc97dd2'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"