summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Houghton2018-08-29 17:00:46 -0400
committerJames Houghton2018-08-29 17:00:46 -0400
commit0171d28e1bc010197a331b465dab6dbc72f71e18 (patch)
tree2723cef81fe67d386b4ff549bd9a8ec360bf5c86
parentfb2633cd1ef00aa00efa0f68d5082a5447eb1118 (diff)
downloadaur-0171d28e1bc010197a331b465dab6dbc72f71e18.tar.gz
Add libvdpau
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a26179db7bb1..a72a64f49402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=ttydisp-git
_pkgname=ttydisp
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Play video in the terminal"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('ffmpeg')
+depends=('ffmpeg' 'libvdpau')
makedepends=('cmake' 'git')
source=("git+https://github.com/jamesthoughton/ttydisp")
url='https://github.com/jamesthoughton/ttydisp'