summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume BOEHM2024-04-01 14:29:56 +0200
committerGuillaume BOEHM2024-04-01 14:29:56 +0200
commitea4f1b9e01dc75f123d3c074c0047cbb5114fb2b (patch)
tree1384884f4cd2f66c9abb75f993860a15e4f0886c
parent9e51b4fc6e8d63caa63242c6cc0bf09159dda5f3 (diff)
downloadaur-ea4f1b9e01dc75f123d3c074c0047cbb5114fb2b.tar.gz
Added fuse2 make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29c1074f6cbb..4fb34e0c6e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = simplex-desktop-appimage
pkgdesc = The latest release of Simplex Desktop, the first messaging platform operating without user identifiers of any kind - 100% private by design!
pkgver = 5.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://simplex.chat/
arch = x86_64
license = AGPLv3
+ makedepends = fuse2
options = !strip
source = simplex-desktop-x86_64-5.6.0-0ebc0aec5f3818439dff03e6240a18acfbd4ba1778f98a60f27c692334eb44f5d2b1677056bc3fcc90d3eba36f934d84cc4876d1a732a57c72027f612c4c9f8d.AppImage::https://github.com/simplex-chat/simplex-chat/releases/download/v5.6.0/simplex-desktop-x86_64.AppImage
sha512sums = 0ebc0aec5f3818439dff03e6240a18acfbd4ba1778f98a60f27c692334eb44f5d2b1677056bc3fcc90d3eba36f934d84cc4876d1a732a57c72027f612c4c9f8d
diff --git a/PKGBUILD b/PKGBUILD
index c3cb19635555..d3603f5dfe62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,16 @@
pkgname=simplex-desktop-appimage
pkgver=5.6.0
-pkgrel=1
+pkgrel=2
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/"
license=('AGPLv3')
depends=()
+makedepends=(
+ 'fuse2'
+)
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
_appimage_sum="0ebc0aec5f3818439dff03e6240a18acfbd4ba1778f98a60f27c692334eb44f5d2b1677056bc3fcc90d3eba36f934d84cc4876d1a732a57c72027f612c4c9f8d"