aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-25 11:20:05 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:45 +0200
commitd25b073579cfffe7bcfcae96e4a4907161d2a10e (patch)
treea358a2d2fa58065fad7c2afd8ca83ae079842c2f
parent6ca77323f97c82db9d11859f6a4cb45548dcf229 (diff)
downloadpkgbuilds-d25b073579cfffe7bcfcae96e4a4907161d2a10e.tar.xz
mps-youtube&python-pafy: Add new optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1565a22..b56dc0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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")