aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 146d7b6..ffe6edb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")