summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122021-07-26 10:37:34 +0200
committerwillemw122021-07-26 10:37:34 +0200
commitdbf21ac6c869a9dde8eb1d42c3c7aec6e1a06d68 (patch)
treeeae6a99cedd3ae8358cb0c00c6a0c0383f268990 /PKGBUILD
parent5e5b83dceaf3c6318ef0b942397be47e87265a94 (diff)
downloadaur-dbf21ac6c869a9dde8eb1d42c3c7aec6e1a06d68.tar.gz
Add makedepend git
Minor edit of description.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe25bceb66c5..78e3aa50a223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ncmpvc-git
pkgver=0.0.1.r26.35bab73
-pkgrel=1
-pkgdesc="Ncurses IPC client for mpv written in Rust"
+pkgrel=2
+pkgdesc="Ncurses IPC client for mpv, written in Rust"
arch=('x86_64')
url="https://gitlab.com/mpv-ipc/ncmpvc"
license=('MIT')
depends=('mpv')
-makedepends=('cargo')
+makedepends=('cargo' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=$pkgname.install