summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122021-07-03 21:33:33 +0200
committerwillemw122021-07-03 21:33:33 +0200
commit5e5b83dceaf3c6318ef0b942397be47e87265a94 (patch)
treefaa61e86410e21de52fb524fc4600c71af41dd2d /PKGBUILD
parentb3cc34b2e831bb849403cf07452463c7b61ae69b (diff)
downloadaur-5e5b83dceaf3c6318ef0b942397be47e87265a94.tar.gz
Remove ncurses dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02183c4c8ae9..fe25bceb66c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Ncurses IPC client for mpv written in Rust"
arch=('x86_64')
url="https://gitlab.com/mpv-ipc/ncmpvc"
license=('MIT')
-depends=('mpv' 'ncurses')
+depends=('mpv')
makedepends=('cargo')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")