summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoosep Jääger2020-07-02 12:40:40 +0300
committerJoosep Jääger2020-07-02 12:40:40 +0300
commita535991dbcc2d52988bfc86ed3f6f3a5e8d92062 (patch)
tree5d9ef5f0923249ed6cd168449b8901f0418edc09
parente881946f8e5cf2250fce67e00e3f9e3ae41e6995 (diff)
downloadaur-a535991dbcc2d52988bfc86ed3f6f3a5e8d92062.tar.gz
Added fuse2 dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1eaab0584325..f287db0cc09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Desktop time tracking application that does not invade your privacy"
arch=('x86_64')
url="https://timenaut.app/"
license=("GPL")
-depends=('zlib')
+depends=('zlib' 'fuse2')
options=(!strip)
source_x86_64=(
"${pkgname}-${pkgver}.AppImage::https://github.com/kmteras/timenaut/releases/download/v${pkgver}/Timenaut-${pkgver}.AppImage"