diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -3,11 +3,12 @@ pkgbase = python-pafy pkgdesc = Python API for YouTube pkgver = 0.3.66 - pkgrel = 1 + pkgrel = 2 url = http://np1.github.io/pafy arch = any license = GPL3 depends = python + optdepends = ffmpeg: fix issues with audio file downloads source = https://github.com/np1/pafy/archive/v0.3.66.tar.gz sha1sums = bdd097229443a4cec1226d5a428ac859e528be0d @@ -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") |