summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Houghton2017-06-29 13:36:01 -0400
committerJames Houghton2017-06-29 13:36:01 -0400
commitbb4a6ad40951d39b4ac3a3c6ec1abbe2f0e7b285 (patch)
treebe7e1c291701dbd22f4babaf8d08a3da8b2c9c61 /PKGBUILD
parent487cd37dc7a422ca4ee5b1a11f553de179adeea1 (diff)
downloadaur-bb4a6ad40951d39b4ac3a3c6ec1abbe2f0e7b285.tar.gz
makedepnds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57371903dcfc..98b8a2474666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgrel='1'
pkgdesc="ttyvideo displays videos in the terminal."
arch=('any')
license=('MIT')
-depends=('opencv', 'gstreamer', 'gst-plugins-base', 'cmake')
+depends=('opencv', 'gstreamer', 'gst-plugins-base')
+makedepends=('cmake')
source=("https://github.com/jamesthoughton/ttyvideo/archive/0.0.1.tar.gz")
url='https://github.com/jamesthoughton/ttyvideo'
md5sums=('862c8cf756ad896f82654565ffc7f5ad')