summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Houghton2017-06-29 13:47:25 -0400
committerJames Houghton2017-06-29 13:47:25 -0400
commite25a01341a218a7e9932108c5cd90ad23ac1ff28 (patch)
treec9fa244fe1addaba96fe3bb83a95a59e632faa88 /PKGBUILD
parent1a50a06a7b1765528b430894954c8fbaa86a8e8c (diff)
downloadaur-e25a01341a218a7e9932108c5cd90ad23ac1ff28.tar.gz
Fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5284e89f2c5d..ffdfb54caff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel='1'
pkgdesc="ttyvideo displays videos in the terminal."
arch=('any')
license=('MIT')
-depends=(opencv, gstreamer, gst-plugins-base)
+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'