diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-29 11:24:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:41 +0200 |
commit | c42297d74ef0c6677801ab8dd3e38e19747b2395 (patch) | |
tree | 507d390d5a5827599f82d5a8308ea6ad85d0801e /PKGBUILD | |
parent | 041e9d8849ac27b94c162648988a8d7f78181253 (diff) | |
download | pkgbuilds-c42297d74ef0c6677801ab8dd3e38e19747b2395.tar.xz |
python-pafy: updpkg 0.3.44 → 0.3.58
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,15 +1,15 @@ -# Maintainer: Johannes Löthberg <johannes2kyriasis.com> +# Maintainer: Johannes Löthberg <johannes@kyriasis.com> pkgname=python-pafy -pkgver=0.3.44 +pkgver=0.3.58 pkgrel=1 -pkgdesc="Python API for YouTube - Download videos and retrieve metadata from YouTube." +pkgdesc="Python API for YouTube - Download videos and retrieve metadata." arch=('any') url="http://np1.github.io/pafy" license=('GPL3') depends=('python') source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz") -sha256sums=('4ff2769b7d9f0a4a31a55484c6dde83b6d01a841f843b6d995492df60850da10') +sha256sums=('05e5c67d81b596baaf8c154bd5ea9a2b36f5b5048b251821809151ca16ade8d0') package() { cd pafy-$pkgver |