summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Lo Coco2023-05-17 17:07:34 +0000
committerSantiago Lo Coco2023-05-17 17:07:34 +0000
commit288596ca348f31265c691f3346d9f6738e89e13c (patch)
treed9babb04fe91b959cb5bb8da36d73f7ecfd4c78c
parente09b65dca12dc91fc7b8c4b704f83a24fb513405 (diff)
downloadaur-288596ca348f31265c691f3346d9f6738e89e13c.tar.gz
Add fuse2 as a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f59438762fd..8c283462f34b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = onivim2-nightly-bin
depends = nodejs
depends = libxkbfile
depends = libjpeg6-turbo
+ depends = fuse2
provides = onivim2
conflicts = onivim2
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 7c4275ab3a8f..1305dce1b7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Native, lightweight modal code editor."
arch=('x86_64')
url="https://github.com/santilococo/oni2"
license=('MIT')
-depends=("glu" "python" "gtk3" "nodejs" "libxkbfile" "libjpeg6-turbo")
+depends=("glu" "python" "gtk3" "nodejs" "libxkbfile" "libjpeg6-turbo" "fuse2")
makedepends=("glib2" "acl" "libxcursor" "libxrandr" "libxi" "libxinerama"
"fontconfig" "ncurses" "harfbuzz")
provides=('onivim2')