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 | |
parent | 041e9d8849ac27b94c162648988a8d7f78181253 (diff) | |
download | pkgbuilds-c42297d74ef0c6677801ab8dd3e38e19747b2395.tar.xz |
python-pafy: updpkg 0.3.44 → 0.3.58
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,15 +1,15 @@ # Generated by makepkg 4.2.1 # Mon Jun 1 15:00:55 UTC 2015 pkgbase = python-pafy - pkgdesc = Python API for YouTube - Download videos and retrieve metadata from YouTube. - pkgver = 0.3.44 + pkgdesc = Python API for YouTube - Download videos and retrieve metadata. + pkgver = 0.3.58 pkgrel = 1 url = http://np1.github.io/pafy arch = any license = GPL3 depends = python - source = https://github.com/np1/pafy/archive/v0.3.44.tar.gz - sha256sums = 4ff2769b7d9f0a4a31a55484c6dde83b6d01a841f843b6d995492df60850da10 + source = https://github.com/np1/pafy/archive/v0.3.58.tar.gz + sha256sums = 05e5c67d81b596baaf8c154bd5ea9a2b36f5b5048b251821809151ca16ade8d0 pkgname = python-pafy @@ -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 |