summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Lo Coco2022-02-01 04:05:05 +0000
committerSantiago Lo Coco2022-02-01 04:05:05 +0000
commitfdd74842a442adb2655bfc3c81dfff939af121a2 (patch)
tree95889be12f7d85a8a4f4d9ea3ed137f59602b062 /PKGBUILD
parentf73fd4366a2dee00b69c7336410b4d9010f26161 (diff)
downloadaur-fdd74842a442adb2655bfc3c81dfff939af121a2.tar.gz
Add more dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 717399f9acf7..a1c9f6ba9752 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")
+depends=("glu" "glib2" "acl" "python")
provides=('onivim2')
conflicts=('onivim2')
options=('!strip')