summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume BOEHM2023-09-29 08:21:30 +0200
committerGuillaume BOEHM2023-09-29 08:21:30 +0200
commit76a3dac193d89d3c7fccc9396cec39a985265b87 (patch)
treefe901c5d785c79f7ce216407a5e590d868c33550
parent4a9f9bb6db4af4b291cbc8b1f2a44f27554b7ea6 (diff)
downloadaur-76a3dac193d89d3c7fccc9396cec39a985265b87.tar.gz
fix: updpkgsums
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b90f46195408..cab257c7c145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=simplex-desktop-appimage
pkgver=5.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="The latest release of Simplex Desktop, the first messaging platform operating without user identifiers of any kind - 100% private by design!"
arch=('x86_64')
url="https://simplex.chat/"
@@ -13,9 +13,7 @@ options=(!strip) # necessary otherwise the AppImage file in the package is trunc
source=(
https://github.com/simplex-chat/simplex-chat/releases/download/v${pkgver}/simplex-desktop-${arch}.AppImage
)
-sha512sums=(
- 8d7d5bcd53071d0af1c47d488a4e6d6db9126fe29a977058245db754290fe93bc097a516f2432cb005e6f589d78eec50d97476f59272b6169eae043dfb08a12b
-)
+sha512sums=('8d7d5bcd53071d0af1c47d488a4e6d6db9126fe29a977058245db754290fe93bc097a516f2432cb005e6f589d78eec50d97476f59272b6169eae043dfb08a12b')
_filename="simplex-desktop-${arch}.AppImage"
_squashfs_desktop_file="chat.simplex.app.desktop"
_desktop_file="/usr/share/applications/simplex-desktop.desktop"