summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e995193e5a..f4a76755f486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = stoplight-studio-appimage
pkgdesc = The modern editor for API Architects and Technical Writers.
pkgver = 1.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://stoplight.io/studio/
arch = x86_64
license = custom
+ depends = fuse2
options = !strip
source = stoplight-studio-linux-x86_64-1.12.0.AppImage::https://github.com/stoplightio/studio/releases/download/v1.12.0/stoplight-studio-linux-x86_64.AppImage
source = stoplight-studio.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 942c170d958d..fc943c26e1fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=stoplight-studio-appimage
pkgver=1.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="The modern editor for API Architects and Technical Writers."
arch=('x86_64')
url='https://stoplight.io/studio/'
license=('custom')
+depends=('fuse2')
source=(
"stoplight-studio-linux-x86_64-${pkgver}.AppImage::https://github.com/stoplightio/studio/releases/download/v${pkgver}/stoplight-studio-linux-x86_64.AppImage"
"stoplight-studio.desktop"