[arch-commits] Commit in python-pafy/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue Mar 8 14:46:42 UTC 2016


    Date: Tuesday, March 8, 2016 @ 15:46:42
  Author: demize
Revision: 165609

upgpkg: python-pafy 0.5.0-1

Modified:
  python-pafy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-08 14:19:44 UTC (rev 165608)
+++ PKGBUILD	2016-03-08 14:46:42 UTC (rev 165609)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
 
 pkgname=python-pafy
-pkgver=0.4.3
+pkgver=0.5.0
 pkgrel=1
 
 pkgdesc="Python API for YouTube"
@@ -9,12 +9,14 @@
 arch=('any')
 license=('GPL3')
 
-depends=('python' 'youtube-dl')
-optdepends=('ffmpeg: fix issues with audio file downloads')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: fix issues with audio file downloads'
+            'youtube-dl: alternative backend')
 
 source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz")
 
-sha1sums=('6d16dc5c5d88d473b9bedeb9d5d3f41ba7bcd7d6')
+sha1sums=('6c8edbe897a1b80b5657bca0d8015abf6bb387f3')
 
 package() {
 	cd pafy-$pkgver



More information about the arch-commits mailing list