summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornakrule2023-07-13 17:53:19 +0200
committernakrule2023-07-13 17:53:19 +0200
commit05ec862b668a442fe49ee63ab6c8fb967445a353 (patch)
treeb302cd0f72765665cdc3c86ed8cbc0d6e54aab1c
parent96eee5d04de6a4eb91d98cc5812ddfb3ff050d1d (diff)
downloadaur-05ec862b668a442fe49ee63ab6c8fb967445a353.tar.gz
add fuse2 as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9986d3f08a15..92ebac0dbcc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Flash cards / spaced repetition using markdown"
arch=('x86_64')
url="https://mochi.cards"
license=('custom:Unlicense')
-depends=('zlib' 'hicolor-icon-theme')
+depends=('zlib' 'hicolor-icon-theme' 'fuse2')
options=(!strip)
_appimage="${pkgname}-${pkgver}.AppImage"
source_x86_64=("${_appimage}::https://mochi.cards/releases/Mochi-${pkgver}.AppImage")