summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-07-03 21:33:33 +0200
committerwillemw122021-07-03 21:33:33 +0200
commit5e5b83dceaf3c6318ef0b942397be47e87265a94 (patch)
treefaa61e86410e21de52fb524fc4600c71af41dd2d
parentb3cc34b2e831bb849403cf07452463c7b61ae69b (diff)
downloadaur-5e5b83dceaf3c6318ef0b942397be47e87265a94.tar.gz
Remove ncurses dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ed020b7568c..cabaf9b2fc79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = ncmpvc-git
license = MIT
makedepends = cargo
depends = mpv
- depends = ncurses
provides = ncmpvc
conflicts = ncmpvc
source = ncmpvc-git::git+https://gitlab.com/mpv-ipc/ncmpvc.git
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}")