diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-25 11:20:05 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:45 +0200 |
commit | d25b073579cfffe7bcfcae96e4a4907161d2a10e (patch) | |
tree | a358a2d2fa58065fad7c2afd8ca83ae079842c2f /PKGBUILD | |
parent | 6ca77323f97c82db9d11859f6a4cb45548dcf229 (diff) | |
download | pkgbuilds-d25b073579cfffe7bcfcae96e4a4907161d2a10e.tar.xz |
mps-youtube&python-pafy: Add new optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ pkgname=python-pafy pkgver=0.3.66 -pkgrel=1 +pkgrel=2 pkgdesc="Python API for YouTube" url="http://np1.github.io/pafy" @@ -8,6 +8,7 @@ arch=('any') license=('GPL3') depends=('python') +optdepends=('ffmpeg: fix issues with audio file downloads') source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz") |