summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Houghton2017-06-29 13:41:19 -0400
committerJames Houghton2017-06-29 13:41:19 -0400
commit1a50a06a7b1765528b430894954c8fbaa86a8e8c (patch)
tree920757a8171cc6393d69b0bb2ccdaf9a799787c3
parentbb4a6ad40951d39b4ac3a3c6ec1abbe2f0e7b285 (diff)
downloadaur-1a50a06a7b1765528b430894954c8fbaa86a8e8c.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98b8a2474666..5284e89f2c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgrel='1'
pkgdesc="ttyvideo displays videos in the terminal."
arch=('any')
license=('MIT')
-depends=('opencv', 'gstreamer', 'gst-plugins-base')
-makedepends=('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')