summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f5f72775e55..dff5663fd120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc="Native, lightweight modal code editor."
arch=('x86_64')
url="https://github.com/santilococo/oni2"
license=('MIT')
-depends=("glu" "glib2" "acl" "python" "gtk3" "nodejs" "libxcursor" "libxrandr" "libxkbfile"
- "libjpeg6-turbo" "libxi" "libxinerama" "fontconfig" "ncurses" "harfbuzz")
+depends=("glu" "python" "gtk3" "nodejs" "libxkbfile" "libjpeg6-turbo")
+makedepends=("glib2" "acl" "libxcursor" "libxrandr" "libxi" "libxinerama"
+ "fontconfig" "ncurses" "harfbuzz")
provides=('onivim2')
conflicts=('onivim2')
options=('!strip')