summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragilob2021-01-10 11:38:24 +0000
committeragilob2021-01-10 11:38:24 +0000
commitef253e06228157b63a2cf00d1c4bcb25a25d47ca (patch)
tree18bdb5d9072e68be324281d55fcdcd4f145976cd
parent074b4188dcdba58b3034bd8670a0f17e6f2256de (diff)
downloadaur-ef253e06228157b63a2cf00d1c4bcb25a25d47ca.tar.gz
Add fuse2 as dependency to run
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a7695703108..0af6aaf50667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nault-bin
install = nault-bin.install
arch = x86_64
license = MIT
+ depends = fuse2
provides = nault-bin
conflicts = nault-bin
noextract = nault.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 36445584a5d6..e1b2a17f66cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: agilob <archlinux@agilob.net>
pkgname=nault-bin
pkgver=1.8.9
-pkgrel=1
+pkgrel=2
pkgdesc='Official Nault AppImage client'
arch=('x86_64')
url='https://github.com/Nault/Nault'
license=('MIT')
provides=("${pkgname}")
+depends=('fuse2')
conflicts=("${pkgname}")
options=(!strip)
_appimage="nault.AppImage"