diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-18 16:19:21 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:40 +0200 |
commit | 4d073686e3d107a2c7e8b76a3c0364df29c511f9 (patch) | |
tree | 7f2607c605d5d605a0682a6f85da38200cf2d0d9 /PKGBUILD | |
parent | 40ed032c0fbbf4a8293a28b920cd9779c8da750e (diff) | |
download | pkgbuilds-4d073686e3d107a2c7e8b76a3c0364df29c511f9.tar.xz |
python-pafy: updpkg, 0.3.39 → 0.3.42
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Johannes Löthberg <johannes2kyriasis.com> pkgname=python-pafy -pkgver=0.3.39 +pkgver=0.3.42 pkgrel=1 pkgdesc="Python API for YouTube - Download videos and retrieve metadata from YouTube." arch=('any') @@ -9,7 +9,7 @@ url="http://np1.github.io/pafy" license=('GPL3') depends=('python') source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz") -md5sums=('c8f38d53c1b7d30ddd652f59972178dc') +sha256sums=('04bbcab4e427a14a939e1b8a0abc20872fa3cb779da4fac726144ab5b8a5e551') package() { cd pafy-$pkgver |