diff options
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") |