summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrainbowintheshell2016-10-01 12:19:16 -0300
committerrainbowintheshell2016-10-01 12:19:16 -0300
commitc8962c02948108859d6e74555639f0f79874acd1 (patch)
tree371ff079551ad825d9e26b4901150a38546da2c6 /PKGBUILD
parente61ea2a643a28a71939818aa05596c48f9d713dc (diff)
downloadaur-c8962c02948108859d6e74555639f0f79874acd1.tar.gz
mpv as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1669873904f..807b1bf4ad8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Watch movies and series from The Pirate Bay in your terminal"
arch=('any')
url="https://www.npmjs.com/package/blackpearl"
license=('WTFPL')
-depends=('nodejs' 'npm')
+depends=('nodejs' 'npm' 'mpv')
makedepends=('npm')
options=(!emptydirs)
source=("$pkgname"::'git+https://github.com/rainbowintheshell/blackpearl.git')